GitNexus/.github
Gergő Magyar 48f15a3bca
ci(release): use fine-grained PAT for rc tag push (#1407)
The default GITHUB_TOKEN cannot be granted `workflows: write`, so
`git push --atomic` of the rc v-tag fails when its commit chain reaches
any commit that modified `.github/workflows/**`. Symptom on the most
recent run:

    ! [remote rejected] v1.6.4-rc.82 -> v1.6.4-rc.82
      (refusing to allow a GitHub App to create or update workflow
      `.github/workflows/trivy.yml` without `workflows` permission)

GitHub's rule: any ref-update that makes a workflow-modifying commit
reachable through the new ref requires `workflows: write` on the
identity performing the push, regardless of whether that commit is
already on another remote ref. The default GITHUB_TOKEN cannot hold
that permission.

Pass a fine-grained PAT (RELEASE_PUSH_TOKEN, scoped to this repo with
Contents: write + Workflows: write) into actions/checkout's `token`
input so origin is preauthed for the subsequent `git push`. The
job-level GITHUB_TOKEN keeps its scoped permissions for npm provenance
and other steps.

Required one-time setup:
  1. Generate a fine-grained PAT
     - Resource owner: account that owns this repo
     - Repository access: Only select repositories → GitNexus
     - Permissions: Contents: write, Workflows: write, Metadata: read
  2. Add as repo secret named RELEASE_PUSH_TOKEN
  3. Re-run the failed Release Candidate workflow with force=true

Considered and skipped: GitHub App approach (org-owned, bot identity,
short-lived tokens). Better long-term, but a fine-grained PAT is
acceptable at one-maintainer scale. Migration is mechanical if the
project later wants to switch.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 12:17:12 +01:00
..
actions chore(web): bump vite 6.4.2 -> 7.3.2 (iter 2 of 3) (#1062) 2026-04-24 13:51:12 +01:00
ISSUE_TEMPLATE docs: agent development framework, GitHub templates, eval refactor (#479) 2026-03-25 06:48:41 +00:00
scripts fix(deps): pin tree-sitter-c/cpp to fix Windows segfault (#1242) (#1243) 2026-05-01 08:02:16 +01:00
workflows ci(release): use fine-grained PAT for rc tag push (#1407) 2026-05-07 12:17:12 +01:00
dependabot.yml chore(deps): tree-sitter 0.25 upgrade readiness monitor with daily Dependabot (#847) 2026-04-16 09:17:21 +01:00
FUNDING.yml process maps and funding.yml 2026-01-28 13:14:16 +05:30
PULL_REQUEST_TEMPLATE.md docs: agent development framework, GitHub templates, eval refactor (#479) 2026-03-25 06:48:41 +00:00
release-drafter.yml ci: standardize workflow concurrency and automate release-note labeling (#837) 2026-04-15 13:24:53 +01:00
release.yml feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
zizmor.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00