Skip to content

Commit ecc8e2c

Browse files
committed
feat: checkout as admin
Checkout as admin to be able to push to protected branch. JIRA: PSDK-213 risk: low
1 parent 48efdd0 commit ecc8e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump-version.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
29+
with:
30+
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }} # needed to push to the protected branch
2931
- uses: actions/setup-python@v5
3032
with:
3133
python-version-file: '.python-version'

0 commit comments

Comments
 (0)