Skip to content

Commit f8c3e27

Browse files
authored
Merge pull request #3 from aspicas/develop
chore(release): update semantic-release to use GH_TOKEN instead of POLICY_TOKEN
2 parents 6a59b8f + 40e650d commit f8c3e27

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)