Skip to content

#532 added release-drafter #10

#532 added release-drafter

#532 added release-drafter #10

---
name: Release Drafter
on:
workflow_call:
secrets:
github_token:

Check failure on line 7 in .github/workflows/release-drafter.yml

View workflow run for this annotation

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

Invalid workflow file

secret name `github_token` within `workflow_call` can not be used since it would collide with system reserved name
description: 'GitHub Token'
required: true
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Release Drafter
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ inputs.github_token }}