Skip to content

Commit fde17df

Browse files
committed
fix: run semantic release with priviledged token
1 parent 77d8385 commit fde17df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# TODO run build:package and prepare npm package for release
2121
- name: Release
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2424
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2525
run: npx semantic-release
2626
# We need to build for web after semantic release so that it uses the

0 commit comments

Comments
 (0)