Skip to content

Commit 54c62f8

Browse files
committed
fix: use custom Github token for the release action, so that Docker Hub can be triggered
1 parent 7d7fbae commit 54c62f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@ jobs:
2121
run: yarn install
2222
- name: Release
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2525
run: yarn semantic-release
26-
27-
28-
# Try https://github.com/felixfbecker/semantic-release-docker

0 commit comments

Comments
 (0)