Skip to content

Commit

Permalink
Trying different variable name for github secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ritalarina committed Sep 28, 2024
1 parent 273b66c commit 35a78d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: release-builds/*.exe
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }},
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35a78d0

Please sign in to comment.