Skip to content

Commit

Permalink
Fix Token
Browse files Browse the repository at this point in the history
  • Loading branch information
thororen1234 committed Jul 16, 2024
1 parent 3d86732 commit 17144dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Create the release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ETOKEN }}
with:
name: ${{ github.ref_name }}
prerelease: false
Expand Down

0 comments on commit 17144dc

Please sign in to comment.