This commit is contained in:
parent
764cd86860
commit
40f5e706d9
2
.github/workflows/checksums.yml
vendored
2
.github/workflows/checksums.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
git lfs install --local
|
||||
git remote set-url origin "https://ci:${{ secrets.CI_PASSWORD }}@${{ github.server_url }}/${{ github.repository }}"
|
||||
git config lfs.https://ci:${{ secrets.CI_PASSWORD }}@${{ github.server_url }}/${{ github.repository }}.git/info/lfs.locksverify true
|
||||
# disable credentials by actions/checkout for LFS endpoints
|
||||
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
|
||||
git config --local --unset http.${{ github.server_url }}/.extraheader
|
||||
|
Loading…
x
Reference in New Issue
Block a user