Skip to content

Commit

Permalink
Give rest of secrets to gradle
Browse files Browse the repository at this point in the history
don't expose me
  • Loading branch information
skycatminepokie committed Oct 2, 2024
1 parent 40f4874 commit 7c04de9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ jobs:
- name: Build and Publish
run: ./gradlew chiseledPublishMods
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MODRINTH_TOKEN: $${{ secrets.MODRINTH_TOKEN }}
DISCORD_WEBHOOK: $${{ secrets.DISCORD_WEBHOOK }}
DISCORD_WEBHOOK_DRY_RUN: $${{ secrets.DISCORD_WEBHOOK_DRY_RUN }}

0 comments on commit 7c04de9

Please sign in to comment.