Skip to content

Commit

Permalink
Add Wago info
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed May 2, 2024
1 parent 5757084 commit 1f19bbe
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 28 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/build-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,22 @@ on:
- '.github/**'


env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout project
uses: actions/checkout@v1

- name: Run luacheck
uses: nebularg/actions-luacheck@v1
- uses: actions/checkout@v4
with:
args: -q
fetch-depth: 0

- name: Package Classic
- name: Package Classic Era
uses: BigWigsMods/packager@master
with:
args: -g classic

- name: Package BCC
uses: BigWigsMods/packager@master
with:
args: -g bcc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
20 changes: 8 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,19 @@ on:
paths-ignore:
- '.github/**'

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout project
uses: actions/checkout@v1

- name: Run luacheck
uses: nebularg/actions-luacheck@v1
- uses: actions/checkout@v4
with:
args: -q
fetch-depth: 0

- name: Package Retail
uses: BigWigsMods/packager@master
- uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions PitBull4_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

## X-Curse-Project-ID: 7522
## X-WoWI-ID: 20021
## X-Wago-ID: LvNAmONo

libs.xml
load.xml
Expand Down
1 change: 1 addition & 0 deletions PitBull4_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

## X-Curse-Project-ID: 7522
## X-WoWI-ID: 20021
## X-Wago-ID: LvNAmONo

libs.xml
load.xml
Expand Down

0 comments on commit 1f19bbe

Please sign in to comment.