Skip to content

Commit

Permalink
fix: use custom GITHUB_TOKEN to bypass branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jun 4, 2024
1 parent 070cde5 commit 9b6468a
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 @@ -56,7 +56,7 @@ jobs:
additional-packages: |
['@semantic-release/git', '@semantic-release/changelog']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BLIBLA_SEMANTIC_RELEASE }}

- name: Build image and push it to Docker Hub
if: steps.semanticrelease.outputs.new-release-published == 'true'
Expand Down

0 comments on commit 9b6468a

Please sign in to comment.