We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b26650 commit 4893f21Copy full SHA for 4893f21
.github/workflows/bump_version_and_tag.yml
@@ -14,19 +14,17 @@ on:
14
15
permissions:
16
contents: write # to trigger the windows_build and python-publish workflows
17
- # optionally:
18
- # workflows: write
19
20
jobs:
21
bump-version:
22
if: github.ref == 'refs/heads/master'
23
runs-on: ubuntu-latest
24
- env:
25
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v4
+ with:
+ ssh-key: "${{ secrets.VERSION_BUMP_KEY }}"
30
31
- name: Set up Python
32
uses: actions/setup-python@v5
0 commit comments