We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829cadb commit 42704d5Copy full SHA for 42704d5
1 file changed
.github/workflows/publish.yml
@@ -79,11 +79,11 @@ jobs:
79
github-draft: false
80
github-prerelease: false
81
github-token: ${{ secrets.GITHUB_TOKEN }}
82
- modrinth-id: 'ipueNiWG'
+ modrinth-id: ${{ env.MODRINTH_PROJECT_ID }}
83
modrinth-token: "${{ secrets.MODRINTH_API_KEY }}"
84
modrinth-dependencies: |
85
tULldUx4(required)
86
- curseforge-id: '851103'
+ curseforge-id: ${{ env.CURSEFORGE_PROJECT_ID }}
87
curseforge-token: "${{ secrets.CURSEFORGE_API_KEY }}"
88
curseforge-dependencies: |
89
gregtech-ce-unofficial(required)
0 commit comments