Skip to content

Commit

Permalink
Switched CurseForge deployment from CF Webhooks to the BigWigs packager.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicebar committed Jul 24, 2024
1 parent 5651c5b commit 74ef155
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# specify the environment variables used by the packager, matching the secrets from the project on GitHub
env:
## CF_API_KEY: ${{ secrets.CF_API_KEY }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
## WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
## GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} # "GITHUB_TOKEN" is a secret always provided to the workflow
Expand All @@ -49,8 +49,6 @@ jobs:
# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/packager@v2
env:
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

## # another example where we supply additional arguments, this example is specifically to release
## # for the Wrath of the Lich King Classic version of the game and doesn't upload to WoWInterface
Expand Down

0 comments on commit 74ef155

Please sign in to comment.