Skip to content

Commit 58984f1

Browse files
authored
Merge pull request #261 from ISISComputingGroup/credentials
store pat
2 parents 362a4d6 + b6c228b commit 58984f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ jobs:
5050
with:
5151
python-version: '3.12'
5252
- 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
5356
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}

0 commit comments

Comments
 (0)