parent
8593a3aed7
commit
e711104184
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
||||||
name: Checkout repository
|
name: Checkout repository
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
|
git config --global credential.helper store
|
||||||
|
echo "https://github:${{ secrets.GITHUB_TOKEN }}@$(echo "${{ github.server_url }}" | cut --bytes=9-)" > ~/.git-credentials
|
||||||
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} ${{ github.workspace }}
|
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} ${{ github.workspace }}
|
||||||
-
|
-
|
||||||
name: Authenticate with registry
|
name: Authenticate with registry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue