Skip to content

Commit 9af8ea5

Browse files
committed
rename secret names
1 parent 7db791a commit 9af8ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-sqldef-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
id: app-token
2525
uses: actions/create-github-app-token@v2
2626
with:
27-
app-id: ${{ secrets.GITHUB_APP_ID }}
28-
private-key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }}
27+
app-id: ${{ secrets.GH_APP_ID }}
28+
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
2929
permission-contents: write
3030
permission-pull-requests: write
3131

0 commit comments

Comments
 (0)