Skip to content

Commit

Permalink
fix(github-ci): adds github token in the ci configuraton file at rele…
Browse files Browse the repository at this point in the history
…ase step
  • Loading branch information
feMoraes0 committed Nov 4, 2021
1 parent 4605357 commit 628582e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jobs:

- name: Release new version
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 628582e

Please sign in to comment.