From c5982f8a36440e580d0e5a9ddc81017d9303491d Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Tue, 29 Jul 2025 17:01:54 +0100 Subject: [PATCH] store pat --- .github/workflows/create-release-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release-branches.yml b/.github/workflows/create-release-branches.yml index 3cd90d7..75a5a0a 100644 --- a/.github/workflows/create-release-branches.yml +++ b/.github/workflows/create-release-branches.yml @@ -51,6 +51,7 @@ jobs: python-version: '3.12' - run: python -m pip install -r release_scripts/requirements.txt - run: | + mkdir -p ~/.config/git/ cat "${{ github.secrets.repo_token }}" > ~/.config/git/credentials git config --global credential.helper store - run: python release_scripts/branches.py --version ${{github.event.inputs.version}}