We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df8619d + 3a0d9fb commit 1bfcd70Copy full SHA for 1bfcd70
1 file changed
.github/workflows/vr-foraging-cicd.yml
@@ -93,6 +93,9 @@ jobs:
93
with:
94
fetch-depth: 0
95
ref: main
96
+ # PAT from an admin account so the version-bump commit and tag
97
+ # push below can bypass the branch ruleset protecting `main`.
98
+ token: ${{ secrets.RELEASE_PAT }}
99
100
- uses: astral-sh/setup-uv@v8.1.0
101
0 commit comments