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. |
||
|---|---|---|
| .. | ||
| automation_remove_question_label_on_comment.yml | ||
| automation_request_review.yml | ||
| install_nvim.sh | ||
| tests.yml | ||