Skip to content

Commit

Permalink
ci: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Dec 26, 2024
1 parent 31612f9 commit 6d0c5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/modrinth-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Execute Gradle build & publish
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: |
chmod +x gradlew
./gradlew :modrinth

0 comments on commit 6d0c5c7

Please sign in to comment.