Skip to content

Commit

Permalink
fix: add GITHUB_TOKEN environment variable for create-release step
Browse files Browse the repository at this point in the history
  • Loading branch information
thelastfantasy committed Oct 19, 2024
1 parent 1260377 commit 18c19d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- name: Create GitHub release
id: create_release_step
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
with:
tag_name: ${{ needs.validate_and_tag.outputs.version }}
release_name: Release ${{ needs.validate_and_tag.outputs.version }}
Expand Down

0 comments on commit 18c19d1

Please sign in to comment.