Skip to content

Commit 4893f21

Browse files
committed
FIX: try this
1 parent 2b26650 commit 4893f21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/bump_version_and_tag.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,17 @@ on:
1414

1515
permissions:
1616
contents: write # to trigger the windows_build and python-publish workflows
17-
# optionally:
18-
# workflows: write
1917

2018
jobs:
2119
bump-version:
2220
if: github.ref == 'refs/heads/master'
2321
runs-on: ubuntu-latest
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2622

2723
steps:
2824
- name: Checkout repository
2925
uses: actions/checkout@v4
26+
with:
27+
ssh-key: "${{ secrets.VERSION_BUMP_KEY }}"
3028

3129
- name: Set up Python
3230
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)