Compare commits

...

2 commits

Author SHA1 Message Date
5c2bb78f38
oops
Some checks failed
goreleaser / goreleaser (push) Failing after 4s
/ test (push) Successful in 1m27s
2024-08-01 12:48:15 -05:00
7439f1f7f4
add act path to ignore 2024-08-01 12:44:50 -05:00
2 changed files with 6 additions and 2 deletions

View file

@ -21,9 +21,10 @@ jobs:
- name: Checkout - name: Checkout
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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: | run: |
printenv printenv
mkdir -p ${{ github.workspace }}
echo "URL: ${{ env.REPO_URL }}" echo "URL: ${{ env.REPO_URL }}"
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }} git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!" echo "Repository cloned!"

5
.gitignore vendored
View file

@ -21,8 +21,11 @@ cert-manager-webhook-example
_out _out
_test _test
# act
.github
# secrets # secrets
*.key *.key
dnsimple-secret.yaml dnsimple-secret.yaml
.decrypted~* .decrypted~*
.op .op