Skip to content

Bug Handler updates #317

Bug Handler updates

Bug Handler updates #317

Workflow file for this run

name: Retail - CI/CD
on:
push:
tags: ["**"]
branches: ["master", "develop"]
jobs:
release:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} # "GITHUB_TOKEN" is a secret always provided to the workflow
steps:
- name: Clone project
uses: actions/checkout@v4
# Run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/packager@master