docs(agents): a missing FORGE_PUSH_TOKEN is invisible on pull requests #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting-on-julian
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/listmonk-mcp!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/push-token-pitfall"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fork patch. A note about this fleet's registry credentials; it means nothing upstream.
dockerwent red ond74a768, the merge of #3, having been green on every pull request. Cause: this repository had noFORGE_PUSH_TOKENsecret.caldav-mcp,typst-mcpandm365-mcpall have one.The registry-login step is guarded
if: github.event_name != 'pull_request', correctly — a pull request has no credentials to log in with. So the first push tomasteris the first run that logs in and the first that exports the layer cache, and an absent secret cannot fail before then. It would have failed the release tag too, which pushes the image.The credential was already provisioned (
jlxq0CI bot,repository:Read+package:Read/Write); only this repository's secret was missing. Now set.Merging this is also how the master
dockerjob re-runs — this Forgejo exposes no rerun endpoint (actions/{tasks,runs,jobs}/{id}/rerunall 404), so whether the secret was the whole cause is answered by this merge and not before.v0.2.0is not tagged until it is green.