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 b133f53 commit d55bfe5Copy full SHA for d55bfe5
.github/workflows/test-build.yml
@@ -84,6 +84,8 @@ jobs:
84
85
- name: Build JAR
86
run: ./gradlew jar
87
+ env:
88
+ CF_TOKEN: ${{ secrets.CF_API_TOKEN }}
89
90
- name: Do Upload
91
run: ./gradlew curseforge
0 commit comments