v1.10.0 #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish | ||
# This workflow is triggered on pushes to the repository. | ||
on: | ||
release: | ||
branches: [ master ] | ||
jobs: | ||
package: | ||
name: Create Package | ||
steps: | ||
- name: bigwigs_packager | ||
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 }} |