Skip to content

Commit da0c2ed

Browse files
committed
fix: use custom Github token for the release action, take 2
1 parent 54c62f8 commit da0c2ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ jobs:
2121
run: yarn install
2222
- name: Release
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
24+
# Use this so that we can trigger the Docker Hub action on tag after release.
25+
# The regular GITHUB_TOKEN doesn't trigger it.
26+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2527
run: yarn semantic-release

0 commit comments

Comments
 (0)