Skip to content

Commit

Permalink
[F] Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Mar 5, 2025
1 parent 38eddcc commit 982f72f
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 @@ -55,7 +55,7 @@ jobs:
draft: false
prerelease: false
files: build/libs/worldlinkd.jar
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload EXE to Release
if: runner.os == 'Windows'
Expand Down

0 comments on commit 982f72f

Please sign in to comment.