Skip to content

Commit

Permalink
Merge pull request #60 from batoulapps/fix-release-action
Browse files Browse the repository at this point in the history
ci: fix ci actions for release
  • Loading branch information
z3bi authored Mar 19, 2021
2 parents 8b90091 + 01e2be3 commit de8cffd
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 de8cffd

Please sign in to comment.