Skip to content

Commit 109f8cc

Browse files
committed
chore: try pass GITHUB_TOKEN to semantic-release
1 parent 1307df0 commit 109f8cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/automated-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
- run: npm run release:check
2020
- run: npm run release:test
2121
- run: npm run release:build
22-
- run: >
22+
- name: release
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
run: >
2327
npx
2428
-p "@semantic-release/commit-analyzer"
2529
-p "@semantic-release/release-notes-generator"

0 commit comments

Comments
 (0)