diff --git a/.github/workflows/spectesting.yml b/.github/workflows/spectesting.yml index b288895f0..89f6bd164 100644 --- a/.github/workflows/spectesting.yml +++ b/.github/workflows/spectesting.yml @@ -16,6 +16,9 @@ jobs: - name: Create packet instance run: ./.ci/spec/create-packet.sh working-directory: ${{github.workspace}} + env: + VAGRANT_CI_LOADER_BUCKET: ${{ secrets.VAGRANT_CI_LOADER_BUCKET }} + setup-hosts: if: github.repository == 'hashicorp/vagrant-acceptance'