Skip to content

Update included emotes. Thanks Varethyn! #22

Update included emotes. Thanks Varethyn!

Update included emotes. Thanks Varethyn! #22

Workflow file for this run

name: Package and Upload
on:
push:
branches:
- master
tags:
- '*'
workflow_dispatch:
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
with:
fetch-depth: 20
- name: WoW Packager
uses: BigWigsMods/packager@v2.3.1
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 }}