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 8e62097 commit b853e92Copy full SHA for b853e92
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
types:
5
- 'published'
6
7
+env:
8
+ MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
9
+ CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
10
+
11
jobs:
12
build:
13
name: Publish Versions
@@ -21,4 +25,4 @@ jobs:
21
25
cache-read-only: true
22
26
23
27
- name: Execute Gradle build
24
- run: ./gradlew publishMod
28
+ run: ./gradlew publishMod -Pdgt.publish.modrinth.token=${{ env.MODRINTH_TOKEN }} -Pdgt.publish.curseforge.apikey=${{ env.CURSEFORGE_TOKEN }}
0 commit comments