We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b634dd5 commit 1c7294dCopy full SHA for 1c7294d
1 file changed
.github/workflows/release-and-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
id: app-token
57
uses: actions/create-github-app-token@v3
58
with:
59
- app-id: ${{ vars.ATTACK_AUTOBOT_APP_ID }}
+ client-id: ${{ vars.ATTACK_AUTOBOT_CLIENT_ID }}
60
private-key: ${{ secrets.ATTACK_AUTOBOT_PRIVATE_KEY }}
61
62
# Note: We checkout the repository at the branch that triggered the workflow.
0 commit comments