Skip to content

Commit

Permalink
Add GITHUB_TOKEN environment variable to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Jan 18, 2025
1 parent 03bdffa commit c244f33
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 @@ -28,6 +28,8 @@ jobs:

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: |
bin/printlayout-linux-amd64
Expand Down

0 comments on commit c244f33

Please sign in to comment.