Skip to content

Commit 96b9ebf

Browse files
committed
ci: client id instead of app id
1 parent 2d6e92c commit 96b9ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: credentials
5757
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
5858
with:
59-
app-id: ${{ secrets.GH_APP_ID }}
59+
client-id: ${{ secrets.GH_APP_CLIENT_ID }}
6060
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
6161

6262
- name: Checkout repo

0 commit comments

Comments
 (0)