Skip to content

Next release (#8)

Next release (#8) #24

Workflow file for this run

name: Maybe Create a Release
on:
push:
branches:
- main
jobs:
run-release-workflow:
uses: pie/.github/.github/workflows/release.yaml@main

Check failure on line 9 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "pie/.github/.github/workflows/release.yaml@main" (source branch with sha:996640d4a7ca2b000f46aff94d143509afa99512) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}