We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 611bb89 + 35b3e9f commit a6f8e1dCopy full SHA for a6f8e1d
1 file changed
.github/workflows/release.yml
@@ -31,6 +31,10 @@ jobs:
31
# Credentials need to persist for stefanzweifel/git-auto-commit-action.
32
# zizmor: ignore[artipacked]
33
persist-credentials: true
34
+ # Use a PAT so that the push from git-auto-commit-action
35
+ # can bypass repository ruleset required status checks.
36
+ # The default GITHUB_TOKEN cannot bypass rulesets.
37
+ token: ${{ secrets.RELEASE_PAT }}
38
39
- name: Install uv
40
uses: astral-sh/setup-uv@v7
0 commit comments