Skip to content

WIP

WIP #160

Workflow file for this run

name: Beta
# On every Sunday at 01:03
on:
schedule:
- cron: '3 1 * * 0'
workflow_dispatch:
push:
# branches:
# - master
jobs:
basic_check:
uses: ./.github/workflows/basic_checks.yaml
with:
toolchain: "beta"
secrets:
github_token: "${{ secrets.GITHUB_TOKEN }}"

Check failure on line 17 in .github/workflows/beta_testing.yaml

View workflow run for this annotation

GitHub Actions / Beta

Invalid workflow file

The workflow is not valid. .github/workflows/beta_testing.yaml (Line: 17, Col: 21): Invalid secret, github_token is not defined in the referenced workflow.