Skip to content

Commit

Permalink
Use private key instead of token
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge authored Jun 5, 2024
1 parent b47d854 commit e575442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: app-token
with:
app-id: ${{ vars.PROTEGEPROJECT_BOT_APP_ID }}
private-key: ${{ secrets.PROTEGEPROJECT_BOT_APP_TOKEN }}
private-key: ${{ secrets.PROTEGEPROJECT_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit e575442

Please sign in to comment.