Skip to content

Commit 337adf4

Browse files
Merge pull request #262 from ISISComputingGroup/credentials_1
store pat
2 parents 58984f1 + c5982f8 commit 337adf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
python-version: '3.12'
5252
- run: python -m pip install -r release_scripts/requirements.txt
5353
- run: |
54+
mkdir -p ~/.config/git/
5455
cat "${{ github.secrets.repo_token }}" > ~/.config/git/credentials
5556
git config --global credential.helper store
5657
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}

0 commit comments

Comments
 (0)