Skip to content

Commit d1f69c7

Browse files
committed
Use custom release token
1 parent 7f69ea8 commit d1f69c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload JAR as release asset
4545
uses: actions/upload-release-asset@v1
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
4848
with:
4949
upload_url: ${{ github.event.release.upload_url }}
5050
asset_path: build/jar/MazeGame.jar

0 commit comments

Comments
 (0)