Skip to content

Commit

Permalink
ci: Move IDs to environment variables on GitHub
Browse files Browse the repository at this point in the history
Also added a link to the Publish Minecraft Mods action on the GitHub Marketplace.
  • Loading branch information
Steveplays28 committed Apr 22, 2023
1 parent a955526 commit 00e050a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
name: Publish mod

steps:
# https://github.com/marketplace/actions/publish-minecraft-mods
- uses: Kir-Antipov/[email protected]
with:
# Modrinth
modrinth-id: zG0Bb7gw
modrinth-id: ${{ env.MODRINTH_ID }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

# CurseForge
curseforge-id: 677580
curseforge-id: ${{ env.CURSEFORGE_ID }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

0 comments on commit 00e050a

Please sign in to comment.