Skip to content

Commit

Permalink
Fix publish workflow (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli authored Jul 12, 2023
1 parent 85e27b2 commit b3e872a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
modid: ${{ needs.build.outputs.modid }}
version: ${{ needs.build.outputs.version }}
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

Expand Down

0 comments on commit b3e872a

Please sign in to comment.