Skip to content

Commit 1c7294d

Browse files
committed
fix: update GitHub Actions to use client-id instead of app-id for token creation
1 parent b634dd5 commit 1c7294d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: app-token
5757
uses: actions/create-github-app-token@v3
5858
with:
59-
app-id: ${{ vars.ATTACK_AUTOBOT_APP_ID }}
59+
client-id: ${{ vars.ATTACK_AUTOBOT_CLIENT_ID }}
6060
private-key: ${{ secrets.ATTACK_AUTOBOT_PRIVATE_KEY }}
6161

6262
# Note: We checkout the repository at the branch that triggered the workflow.

0 commit comments

Comments
 (0)