Skip to content

fix ev

fix ev #1

Workflow file for this run

name: Call release workflow
on:
push:
branches:
- priv-release
jobs:
call-workflow-passing-data:
permissions:
contents: read
pull-requests: write
uses: Oneflow-Inc/oneflow/.github/workflows/release.yml@priv-release
with:
is_priv: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 17 in .github/workflows/priv_release.yml

View workflow run for this annotation

GitHub Actions / Call release workflow

Invalid workflow file

The workflow is not valid. .github/workflows/priv_release.yml (Line: 17, Col: 14): Invalid secret, token is not defined in the referenced workflow.