We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f69ea8 commit d1f69c7Copy full SHA for d1f69c7
1 file changed
.github/workflows/build-jar.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Upload JAR as release asset
45
uses: actions/upload-release-asset@v1
46
env:
47
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
48
with:
49
upload_url: ${{ github.event.release.upload_url }}
50
asset_path: build/jar/MazeGame.jar
0 commit comments