Skip to content

Commit

Permalink
ci: pass gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 1, 2021
1 parent 22e22fb commit 4a4cd7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ jobs:

- name: semantic-release
run: npx semantic-release --dry-run ${{env.DRY_RUN}} --ci ${{env.DRY_RUN != 'true'}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a4cd7c

Please sign in to comment.