Skip to content

Commit f733350

Browse files
committed
ci(release): add GITHUB PAT to release workflow
1 parent a3a876e commit f733350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
extra_plugins: |
3636
@semantic-release/git
3737
env:
38+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3839
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3940
- name: Release published
4041
if: steps.semantic.outputs.new_release_published == 'true'

0 commit comments

Comments
 (0)