Skip to content

Commit

Permalink
issue #160: changed APP_ID to a repo var
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 13, 2024
1 parent cb93a46 commit 331c539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.APP_ID }}
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PEM }}

- name: Install GH CLI
Expand Down

0 comments on commit 331c539

Please sign in to comment.