Skip to content

fix: add missing reusable release workflows #12

fix: add missing reusable release workflows

fix: add missing reusable release workflows #12

name: Prepare Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
pull-requests: write
jobs:
call-prepare:
uses: leoweyr/github-release-workflow/.github/workflows/reusable-prepare-release.yml@develop

Check failure on line 14 in .github/workflows/prepare-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prepare-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/prepare-release.yml" -> "leoweyr/github-release-workflow/.github/workflows/reusable-prepare-release.yml@develop" (source branch with sha:456d0c9348aad3d41e1d4b61aca8f7cd50194261) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets: inherit