Skip to content

fix: removed techdoc build for now as it was failing #10

fix: removed techdoc build for now as it was failing

fix: removed techdoc build for now as it was failing #10

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
jobs:
update-release-draft:
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