We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db791a commit 9af8ea5Copy full SHA for 9af8ea5
.github/workflows/update-sqldef-version.yaml
@@ -24,8 +24,8 @@ jobs:
24
id: app-token
25
uses: actions/create-github-app-token@v2
26
with:
27
- app-id: ${{ secrets.GITHUB_APP_ID }}
28
- private-key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.GH_APP_ID }}
+ private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
29
permission-contents: write
30
permission-pull-requests: write
31
0 commit comments