Skip to content

Remove blocked /who auto-scan (protected SendWho) #3

Remove blocked /who auto-scan (protected SendWho)

Remove blocked /who auto-scan (protected SendWho) #3

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Package and release
uses: BigWigsMods/packager@v2
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGOAPI_TOKEN: ${{ secrets.WAGOAPI_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}