Skip to content

Commit

Permalink
fix: missing github token
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 6, 2023
1 parent 36f112d commit 4b1262d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
CURSE_DEPLOY_TOKEN: ${{ secrets.CURSE_DEPLOY_TOKEN }}
SAPS_TOKEN: ${{ secrets.SAPS_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
chmod +x ./gradlew
./gradlew clean build publish publishMods --stacktrace --no-daemon

0 comments on commit 4b1262d

Please sign in to comment.