mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 18:21:09 +00:00
semantic-release needs to push version bump + CHANGELOG commits directly to main. GITHUB_TOKEN cannot bypass branch protection rules, causing @semantic-release/git to fail with "push declined due to repository rule violations". PAT_TOKEN has admin bypass and resolves the issue.