Skip to content

Commit

Permalink
ci: fix ci actions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
z3bi committed Mar 19, 2021
1 parent 8b90091 commit 01e2be3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_ACCESS_TOKEN }}
- uses: actions/setup-node@v1
with:
# latest nodejs LTS
Expand All @@ -97,5 +99,5 @@ jobs:
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 01e2be3

Please sign in to comment.