Skip to content

Commit

Permalink
Refactor release.yml to include GITHUB_TOKEN in create_release job
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ng-d committed Sep 21, 2024
1 parent 35f21f4 commit 697c889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Create release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down

0 comments on commit 697c889

Please sign in to comment.