ci: fall back to github.token when GUSTAV_PAT is absent - #12
Conversation
The scheduled docs run fails with "Input 'token' not supplied" because this repo has no GUSTAV_PAT secret. release.yaml already uses the || github.token fallback; mirror it in panvimdoc.
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🟡 Auto-merge step still hard-requires the absent secret
With no GUSTAV_PAT, the PR is now created via the github.token fallback, so steps.cpr.outputs.pull-request-number is set and the auto-merge step runs. That step's GH_TOKEN still has no fallback, so it is empty and gh pr merge fails authentication, turning the run red.
(Refers to this code)
Was this helpful? React with 👍 or 👎 to provide feedback.
The scheduled docs run fails with "Input 'token' not supplied" because
this repo has no GUSTAV_PAT secret. release.yaml already uses the
|| github.token fallback; mirror it in panvimdoc.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.