Closed ityuhui closed 1 month ago
Hi @brendandburns
The auto-generated action https://github.com/kubernetes-client/c/actions/runs/11193825680/job/31119593597 failed due to missing permissions of github-actions[bot]:
remote: Permission to kubernetes-client/c.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/kubernetes-client/c/': The requested URL returned error: 403
Error: Process completed with exit code 128.
It seems "Read and write permissions" are disabled in Settings -> Actions -> General -> Workflow permissions (https://github.com/kubernetes-client/c/settings/actions)
Do you have any suggestions for this issue?
@ityuhui see this issue here: https://github.com/kubernetes/org/issues/5126
For now, I think the best we can do as a workaround is to run the github action in your fork of the repo, and then send a PR from that fork to this repo. That's what I did recently for the Java repo:
Thanks @brendandburns, I'll give it a try.
Release plan for v0.11.0:
Regenerate the C client based on Kubernetes 1.31 via GitHub Action https://github.com/kubernetes-client/c/actions/workflows/generate.yml Parameters for the action:
Branch master
release-1.31
master
master
0.11.0
PR: https://github.com/kubernetes-client/c/pull/249Update Versioning and Compatibility PR: https://github.com/kubernetes-client/c/pull/250
Release the C client
v0.11.0
guided by RELEASE.md Create the branch: release-0.11Release action: https://github.com/kubernetes-client/c/actions/workflows/release.yml Parameters for release action:
Branch release-0.11
0.11.0
No
Release announcement: https://github.com/kubernetes-client/c/releases/tag/v0.11.0FYI @brendandburns