Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 77b5768

Browse files
committed
fix: use provided GITHUB_TOKEN to publish
1 parent 300254d commit 77b5768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: semantic release
1313
run: npx semantic-release
1414
env:
15-
GITHUB_TOKEN: ${{ secrets.RELEASE_NOTES_PREVIEW_GITHUB_TOKEN }}
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)