Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Fix modrinth secret in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie committed Jun 14, 2022
1 parent ccae7f9 commit 376c7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
arguments: curseforge modrinth --stacktrace
env:
CURSE_API_KEY: ${{ secrets.CF_API_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CHANGELOG: ${{ steps.changelog_reader.outputs.changes }}
- name: Publish to Github releases
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 376c7bb

Please sign in to comment.