Skip to content

Commit 40e650d

Browse files
chore(release): update semantic-release to use GH_TOKEN instead of POLICY_TOKEN
1 parent 6d60fe4 commit 40e650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525

2626
- name: 🚀 Run semantic-release
2727
env:
28-
POLICY_TOKEN: ${{ secrets.POLICY_TOKEN }} # Comes from GitHub
28+
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Comes from GitHub
2929
run: npx semantic-release

0 commit comments

Comments
 (0)