Compare commits
2 commits
0a49227c17
...
5c2bb78f38
Author | SHA1 | Date | |
---|---|---|---|
5c2bb78f38 | |||
7439f1f7f4 |
2 changed files with 6 additions and 2 deletions
|
@ -21,9 +21,10 @@ jobs:
|
|||
- name: Checkout
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPO_URL: https://x-access-token:${ GITHUB_TOKEN }@git.hsn.dev/${{ GITHUB_REPOSITORY }}
|
||||
REPO_URL: https://x-access-token:${{ env.GITHUB_TOKEN }}@git.hsn.dev/${{ env.GITHUB_REPOSITORY }}
|
||||
run: |
|
||||
printenv
|
||||
mkdir -p ${{ github.workspace }}
|
||||
echo "URL: ${{ env.REPO_URL }}"
|
||||
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
|
||||
echo "Repository cloned!"
|
||||
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -21,8 +21,11 @@ cert-manager-webhook-example
|
|||
_out
|
||||
_test
|
||||
|
||||
# act
|
||||
.github
|
||||
|
||||
# secrets
|
||||
*.key
|
||||
dnsimple-secret.yaml
|
||||
.decrypted~*
|
||||
.op
|
||||
.op
|
||||
|
|
Loading…
Reference in a new issue