Skip to content

Commit

Permalink
pass token to gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed May 1, 2024
1 parent 36fb415 commit 0cab427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
if: github.ref == 'refs/heads/master'
- name: generate notes
run: gh api /repos/react-icons/react-icons/releases/generate-notes -f tag_name=${{ env.GITHUB_REF_NAME }} --jq .body >> RELEASE_NOTES
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: contains(github.ref, 'tags/')
- name: append versions
run: |
Expand Down

0 comments on commit 0cab427

Please sign in to comment.