Skip to content

Commit

Permalink
add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk authored Aug 26, 2021
1 parent 05538fe commit 83a2b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:

- name: Generate Release Notes
run: deno run -Aq https://deno.land/x/ghlog@0.3.2/ghlog.ts ${{ github.repository }} -v '${{ steps.version.outputs.version }}'
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Publish
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 83a2b9b

Please sign in to comment.