Skip to content

Commit 94c4686

Browse files
committed
chore: pass GITHUB_TOKEN to semantic-release
1 parent 2a3947b commit 94c4686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automated-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
-p conventional-changelog-conventionalcommits
2727
-p semantic-release
2828
-- semantic-release
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2931
permissions:
3032
# packages: write # This is for pushing it to githubs package repository
3133
contents: write

0 commit comments

Comments
 (0)