Skip to content

Conversation

@AndyMik90
Copy link
Owner

Summary

The update-readme job in the release workflow was using GITHUB_TOKEN which cannot bypass branch protection rules on main. This caused the README update to fail after releases.

Changes

  • Switch from GITHUB_TOKEN to PAT_TOKEN for the checkout step in update-readme job
  • The PAT has permissions to bypass branch protection rules

Test Plan

  • Next release should automatically update README without failing

🤖 Generated with Claude Code

The update-readme job was using GITHUB_TOKEN which cannot bypass branch
protection rules on main. Switch to PAT_TOKEN which has the necessary
permissions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 21, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (3)
  • develop
  • release/*
  • hotfix/*

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added area/ci bug Something isn't working size/XS Extra small (< 10 lines) labels Jan 21, 2026
@AndyMik90
Copy link
Owner Author

Closing - this fix will be included when develop is merged to main for the 2.7.6 release.

@AndyMik90 AndyMik90 closed this Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci bug Something isn't working size/XS Extra small (< 10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants