mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-28 12:31:32 -05:00
Revert "Remove .github from repo clone (#11809)"
This reverts commit f94e3ea01b.
This commit is contained in:
parent
37591bc405
commit
77eaeedde1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/acceptance-test.yml
vendored
2
.github/workflows/acceptance-test.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
- name: Clone HPATS
|
||||
run: |
|
||||
eval `ssh-agent -s` && ssh-add - <<< '${{ secrets.HPATS_ACCESS_TOKEN }}'
|
||||
git clone git@github.com:hashicorp/hcp-packer-acceptance-tests
|
||||
git clone git@github.com:hashicorp/hcp-packer-acceptance-tests.github
|
||||
cd hcp-packer-acceptance-tests
|
||||
- name: Set HCP Access Token
|
||||
run: export HCP_ACCESS_TOKEN=$(make hcp/get-auth0-m2m-access-token)
|
||||
|
|
|
|||
Loading…
Reference in a new issue