From 2f4a1f6a00063edd938c32536a98ca7fd6c4e364 Mon Sep 17 00:00:00 2001 From: sophia Date: Mon, 26 Oct 2020 12:55:54 -0500 Subject: [PATCH] Create packet instance --- .github/workflows/spectesting.yml | 3 +++ 1 file changed, 3 insertions(+) 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'