Skip to content

Commit

Permalink
update packager
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldpaw committed Dec 18, 2024
1 parent 3f32f38 commit e231ab1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest

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

steps:

- name: Checkout addon
Expand All @@ -24,7 +29,3 @@ jobs:
uses: BigWigsMods/packager@master
with:
args: -m .pkgmeta
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

0 comments on commit e231ab1

Please sign in to comment.