Skip to content

Commit 9b6468a

Browse files
committed
fix: use custom GITHUB_TOKEN to bypass branch protection
1 parent 070cde5 commit 9b6468a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
additional-packages: |
5757
['@semantic-release/git', '@semantic-release/changelog']
5858
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
GITHUB_TOKEN: ${{ secrets.BLIBLA_SEMANTIC_RELEASE }}
6060

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

0 commit comments

Comments
 (0)