We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6e92c commit 96b9ebfCopy full SHA for 96b9ebf
1 file changed
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
id: credentials
57
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
58
with:
59
- app-id: ${{ secrets.GH_APP_ID }}
+ client-id: ${{ secrets.GH_APP_CLIENT_ID }}
60
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
61
62
- name: Checkout repo
0 commit comments