Skip to content

Update Changelog + Generate Docs #2

Update Changelog + Generate Docs

Update Changelog + Generate Docs #2

name: Update Changelog + Generate Docs
on:
workflow_dispatch:
workflow_call:
permissions:
actions: write
contents: write
jobs:
update_changelog:
uses: ./.github/workflows/update-changelog.yml
with:
secrets: inherit

Check failure on line 14 in .github/workflows/generate-changelog-docs.yml

View workflow run for this annotation

GitHub Actions / Update Changelog + Generate Docs

Invalid workflow file

The workflow is not valid. .github/workflows/generate-changelog-docs.yml (Line: 14, Col: 16): Invalid input, secrets is not defined in the referenced workflow.
update_docs:
needs: update_changelog
uses: ./.github/workflows/update-generated-docs.yml