Skip to content

Commit c6f09da

Browse files
committed
Update GitHub App authentication step to use APP_ID secret
1 parent 48c4808 commit c6f09da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/get-project-column-ids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: auth
1919
uses: tibdex/github-app-token@v1
2020
with:
21-
app_id: ${{ secrets.GITHUB_APP_ID }}
21+
app_id: ${{ secrets.APP_ID }}
2222
private_key: ${{ secrets.PRIVATE_KEY }}
2323
installation_id: ${{ secrets.INSTALLATION_ID }}
2424

0 commit comments

Comments
 (0)