Closed andreicozma1 closed 1 year ago
Hello! Can I get the log to your actions? I don't know which steps crash :/
You need to add a Github Token named GH_TOKEN
:
name: Get latest release from template
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
update:
uses: ObsidianPublisher/actions/.github/workflows/update.yml@main
with:
AUTO_MERGE: false
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Please, read the documentation, where everything is explained: https://obsidian-publisher.netlify.app/template/actions/#update-updateyml
Material General discussion
Requirements
Mkdocs.yml
Error
Bug description
Automatic "Get latest release from template" workflow fails.
The logs say: Missing input "github_token: ${{ secrets.GITHUB_TOKEN }}".
however can't add GITHUB_TOKEN secret because it starts with GITHUB, so it seems like the error is coming from somewhere else.
Steps to reproduce
Nothing, the template is scheduled to run on a scheduled basis
Expected behavior
Automatic workflow expected to finish successfully.
Screenshots
No response
Additional context
No response