Skip to content

Commit 982f72f

Browse files
committed
[F] Fix token
1 parent 38eddcc commit 982f72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
draft: false
5656
prerelease: false
5757
files: build/libs/worldlinkd.jar
58-
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
58+
token: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Upload EXE to Release
6161
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)