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 d62a571 + f908095 commit 967ef10Copy full SHA for 967ef10
.github/workflows/create-release-branches.yml
@@ -52,6 +52,6 @@ jobs:
52
- run: python -m pip install -r release_scripts/requirements.txt
53
- run: |
54
mkdir -p ~/.config/git/
55
- echo "${{ github.secrets.repo_token }}" > ~/.config/git/credentials
+ echo "${{ secrets.REPO_TOKEN }}" > ~/.config/git/credentials
56
git config --global credential.helper store
57
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}
0 commit comments