Skip to content

Commit

Permalink
Added Wago project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Mar 24, 2022
1 parent bb74942 commit 294b5d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GH_OAUTH }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
steps:
- uses: actions/checkout@v1
- name: Install and run Luacheck
Expand All @@ -27,5 +28,5 @@ jobs:
if: '!contains( github.ref, ''beta'')'

- name: Create Pre-Release Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -p 0 -w 0;
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -p 0 -w 0 -a 0;
if: 'contains( github.ref, ''beta'')'
1 change: 1 addition & 0 deletions NugPlateAuras-BCC.toc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

## X-WoWI-ID: 25439
## X-Curse-Project-ID: 351554
## X-Wago-ID: RXKqnDGy

Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua
Expand Down
1 change: 1 addition & 0 deletions NugPlateAuras-Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

## X-WoWI-ID: 25439
## X-Curse-Project-ID: 351554
## X-Wago-ID: RXKqnDGy

Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua
Expand Down
1 change: 1 addition & 0 deletions NugPlateAuras-Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

## X-WoWI-ID: 25439
## X-Curse-Project-ID: 351554
## X-Wago-ID: RXKqnDGy

Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua
Expand Down
1 change: 1 addition & 0 deletions NugPlateAuras.toc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

## X-WoWI-ID: 25439
## X-Curse-Project-ID: 351554
## X-Wago-ID: RXKqnDGy

Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua
Expand Down

0 comments on commit 294b5d1

Please sign in to comment.