mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +00:00
Merge pull request #55 from easingthemes/feature/package-json-automation-1
fix: add NPM token
This commit is contained in:
commit
9c02ed6208
1
.github/workflows/manual-release.yml
vendored
1
.github/workflows/manual-release.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
|||||||
@semantic-release/git
|
@semantic-release/git
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
GIT_AUTHOR_NAME: github-actions
|
GIT_AUTHOR_NAME: github-actions
|
||||||
GIT_AUTHOR_EMAIL: github-actions@github.com
|
GIT_AUTHOR_EMAIL: github-actions@github.com
|
||||||
GIT_COMMITTER_NAME: github-actions
|
GIT_COMMITTER_NAME: github-actions
|
||||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
|||||||
@semantic-release/git
|
@semantic-release/git
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
GIT_AUTHOR_NAME: github-actions
|
GIT_AUTHOR_NAME: github-actions
|
||||||
GIT_AUTHOR_EMAIL: github-actions@github.com
|
GIT_AUTHOR_EMAIL: github-actions@github.com
|
||||||
GIT_COMMITTER_NAME: github-actions
|
GIT_COMMITTER_NAME: github-actions
|
||||||
|
Loading…
Reference in New Issue
Block a user