Skip to content

only import data from current season since WA might have old season d… #40

only import data from current season since WA might have old season d…

only import data from current season since WA might have old season d… #40

Workflow file for this run

name: Build and Release
on:
push:
branches:
- main
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.OAUTH_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 150
- name: Package And Release
uses: BigWigsMods/packager@master