Skip to content

Commit

Permalink
Give token to mod publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
skycatminepokie committed Oct 2, 2024
1 parent 66b80a2 commit 40f4874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
run: ./gradlew chiseledRunDatagen

- name: Build and Publish
run: ./gradlew chiseledPublishMods
run: ./gradlew chiseledPublishMods
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 40f4874

Please sign in to comment.