canola.nvim/.github/workflows
Barrett Ruth 60aed7d595
ci: use PUSH_TOKEN for docgen push to bypass branch rules
Problem: the docgen workflow pushes to main using GITHUB_TOKEN, which
authenticates as github-actions[bot]. The bot cannot bypass repository
rulesets on personal repos, so the push is rejected by required PR,
status check, and signature rules.

Solution: prefer a PUSH_TOKEN secret (a PAT authenticated as the repo
admin, who has bypass permissions) with fallback to GITHUB_TOKEN so
the workflow does not break before the secret is created.
2026-02-20 20:35:07 -05:00
..
automation_remove_question_label_on_comment.yml ci: update checkout action 2024-04-23 19:21:02 -07:00
automation_request_review.yml ci: github workflow automation 2024-01-14 12:47:34 -08:00
install_nvim.sh ci: update nvim install script for new appimage name 2025-02-11 17:42:06 -08:00
tests.yml ci: use PUSH_TOKEN for docgen push to bypass branch rules 2026-02-20 20:35:07 -05:00