Skip to content

Commit

Permalink
Utilise API_TOKEN_GITHUB to allow image releases initiated from Infin…
Browse files Browse the repository at this point in the history
…ispan repository to succeed
  • Loading branch information
ryanemerson committed Jan 2, 2025
1 parent 6ddf337 commit 12cb545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
uses: ad-m/github-push-action@master
if: inputs.push
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.API_TOKEN_GITHUB }}
branch: ${{ inputs.branch }}
repository: ${{ inputs.repository }}
tags: true

0 comments on commit 12cb545

Please sign in to comment.