PANCAKES: trying to store the token for the clone - fix

This commit is contained in:
XargonWan 2024-11-30 23:50:28 +09:00
parent dac1f0c2dd
commit 5330bdd9ae

View file

@ -199,7 +199,7 @@ jobs:
run: | run: |
git config --global credential.helper store git config --global credential.helper store
echo "https://${{ steps.generate-rekku-token.outputs.token }}@github.com" > ~/.git-credentials echo "https://${{ steps.generate-rekku-token.outputs.token }}@github.com" > ~/.git-credentials
"/bin/bash ${GITHUB_WORKSPACE}/automation_tools/flatpak_build_download_only.sh" "${GITHUB_WORKSPACE}/automation_tools/flatpak_build_download_only.sh"
# Sometimes flatpak download fails, in this case it tries a second time # Sometimes flatpak download fails, in this case it tries a second time
- name: "Build flatpak: download only (retry)" - name: "Build flatpak: download only (retry)"