Skip to content

Commit f79bc21

Browse files
authored
Merge pull request #881 from hkad98/jkd/releasing
feat: checkout as admin
2 parents 48efdd0 + ecc8e2c commit f79bc21

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)