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.
2 parents 362a4d6 + b6c228b commit 58984f1Copy full SHA for 58984f1
.github/workflows/create-release-branches.yml
@@ -50,4 +50,7 @@ jobs:
50
with:
51
python-version: '3.12'
52
- run: python -m pip install -r release_scripts/requirements.txt
53
+ - run: |
54
+ cat "${{ github.secrets.repo_token }}" > ~/.config/git/credentials
55
+ git config --global credential.helper store
56
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}
0 commit comments