Skip to content

Commit

Permalink
Update packager workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GurliGebis committed May 13, 2024
1 parent eb30e61 commit adf6100
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
package:
runs-on: ubuntu-latest

env:
GITHUB_OAUTH: ${{ secrets.TOKEN_FOR_UPLOAD }}

steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Packager
uses: BigWigsMods/packager@master

- name: Create Package
uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CURSEFORGE_API_TOKEN }}

0 comments on commit adf6100

Please sign in to comment.