1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-09 15:16:56 +00:00
git-k8s/.github
Claude 02126d6ef2
Fix compile workflow: remove invalid workflows permission, use PAT
The workflows: write permission in the YAML permissions block is not
valid for GITHUB_TOKEN, which prevented the workflow from starting.

Pushing files under .github/workflows/ requires a PAT with the
workflows scope. The workflow now uses a GH_PAT secret (falling back
to GITHUB_TOKEN) for checkout and push. To set this up:

  Create a fine-grained PAT with Contents + Workflows read/write,
  then: gh secret set GH_PAT --body "<your-pat>"

https://claude.ai/code/session_01JTYNSeJrGzdW6wfAUbdjjw
2026-02-28 16:05:01 +00:00
..
aw gh aw compile 2026-02-28 10:17:50 -05:00
workflows Fix compile workflow: remove invalid workflows permission, use PAT 2026-02-28 16:05:01 +00:00