aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/curseforge.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index 63e2eea4c..e6898fdc6 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -1,4 +1,4 @@
-name: Java CI
+name: CF CI
on:
push:
@@ -18,4 +18,4 @@ jobs:
- name: Upload to CurseForge
run: ./gradlew clean build curseforge --refresh-dependencies --stacktrace
env:
- CF_API_KEY: ${{ secrets.CF_API_KEY }}
+ danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}