Skip to content

Commit 9c02ed6

Browse files
authored
Merge pull request easingthemes#55 from easingthemes/feature/package-json-automation-1
fix: add NPM token
2 parents eb4a196 + 2197bc6 commit 9c02ed6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/manual-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
@semantic-release/git
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3940
GIT_AUTHOR_NAME: github-actions
4041
GIT_AUTHOR_EMAIL: [email protected]
4142
GIT_COMMITTER_NAME: github-actions

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
@semantic-release/git
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3940
GIT_AUTHOR_NAME: github-actions
4041
GIT_AUTHOR_EMAIL: [email protected]
4142
GIT_COMMITTER_NAME: github-actions

0 commit comments

Comments
 (0)