mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
b24863db66
update-screenshots: - Add pull-requests: write to job permissions (required by peter-evans/create-pull-request to open a PR) - Switch checkout and create-pull-request from GITHUB_TOKEN to DOCS_REPO_TOKEN (classic PAT with repo scope); GITHUB_TOKEN is blocked from creating PRs against protected branches sync-docs: - Replace actions/checkout + init fallback with a single bash step that runs git clone and falls back to git init on failure; actions/checkout on an empty repo creates a .git in a broken state (no HEAD/branch), which the previous [ ! -d .git ] guard never caught, leaving the commit step with no valid working tree - Drop --global safe.directory config (no longer needed once we own the git setup ourselves)