Skip to content

Commit 967ef10

Browse files
authored
Merge pull request #263 from ISISComputingGroup/blah
im a brilliant coder
2 parents d62a571 + f908095 commit 967ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
- run: python -m pip install -r release_scripts/requirements.txt
5353
- run: |
5454
mkdir -p ~/.config/git/
55-
echo "${{ github.secrets.repo_token }}" > ~/.config/git/credentials
55+
echo "${{ secrets.REPO_TOKEN }}" > ~/.config/git/credentials
5656
git config --global credential.helper store
5757
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}

0 commit comments

Comments
 (0)