Skip to content

Commit

Permalink
Create BigWigs packager publish job (hopefully if it works).
Browse files Browse the repository at this point in the history
  • Loading branch information
David Craig committed Apr 6, 2022
1 parent 62899b3 commit e2e9052
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish
# This workflow is triggered on pushes to the repository.
on:
release:
branches: [ master ]

jobs:
package:
name: Create Package
steps:
uses: BigWigsMods/packager@master
env:
# This section might already create other env variables, just append the WAGO_API_TOKEN to these
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

0 comments on commit e2e9052

Please sign in to comment.