Skip to content

chore: removed .github/release-drafter.yml #5

chore: removed .github/release-drafter.yml

chore: removed .github/release-drafter.yml #5

name: Release Drafter
on:
workflow_call:
secrets:
GITHUB_TOKEN:

Check failure on line 6 in .github/workflows/release-drafter.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-drafter.yaml

Invalid workflow file

secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
description: 'Token'
required: true
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitish: main
# See: https://github.com/release-drafter/release-drafter