Skip to content

Commit

Permalink
Fix bad credentials on CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
yazninja authored Jun 1, 2024
1 parent 5e3c6aa commit 36a7cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload to Releases
uses: d1ceward/[email protected]
with:
token: ${secrets.GH_TOKEN}
token: ${{ secrets.GITHUB_TOKEN }}
files: |
wuwa-tweaks.exe
wuwa-tweaks-linux
Expand Down

0 comments on commit 36a7cf9

Please sign in to comment.