Skip to content

Update tocs for 10.2 and 1.15 #156

Update tocs for 10.2 and 1.15

Update tocs for 10.2 and 1.15 #156

Workflow file for this run

name: Package AddOn
on:
push:
branches:
- master
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 100
- name: Create Package
uses: BigWigsMods/packager@master
with:
args: -S
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}