We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eddcc commit 982f72fCopy full SHA for 982f72f
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
draft: false
56
prerelease: false
57
files: build/libs/worldlinkd.jar
58
- token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
59
60
- name: Upload EXE to Release
61
if: runner.os == 'Windows'
0 commit comments