Skip to content

Commit

Permalink
Add GITHUB_TOKEN to env for release action (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobby authored Nov 26, 2024
1 parent 60cbdf0 commit cea9dc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
else
gh --repo "${{ github.repository }}" release create ${{ github.ref_name }} --verify-tag --generate-notes
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cea9dc0

Please sign in to comment.