Skip to content

Commit 1bfcd70

Browse files
authored
Merge pull request #559 from AllenNeuralDynamics:cicd-protect-main-branch
Add token for bypassing branch protection on version bump
2 parents df8619d + 3a0d9fb commit 1bfcd70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/vr-foraging-cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
with:
9494
fetch-depth: 0
9595
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 }}
9699

97100
- uses: astral-sh/setup-uv@v8.1.0
98101
with:

0 commit comments

Comments
 (0)