diff --git a/.github/workflows/porter_stack_integration-test-provisioning.yml b/.github/workflows/porter_stack_integration-test-provisioning.yml index dd0ba83..f5a1733 100644 --- a/.github/workflows/porter_stack_integration-test-provisioning.yml +++ b/.github/workflows/porter_stack_integration-test-provisioning.yml @@ -14,6 +14,11 @@ jobs: run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Setup porter uses: porter-dev/setup-porter@v0.1.0 + - name: Pull unauthenticated images + run: | + docker pull ghcr.io/porter-dev/cluster-control-plane/ccp-cli:latest + env: + GITHUB_TOKEN: ${{ secrets.IMAGE_BUILD_TOKEN }} - name: Deploy stack timeout-minutes: 30 run: exec porter apply @@ -25,4 +30,3 @@ jobs: PORTER_STACK_NAME: integration-test-provisioning PORTER_TAG: ${{ steps.vars.outputs.sha_short }} PORTER_TOKEN: ${{ secrets.PORTER_STACK_8_11 }} - GITHUB_TOKEN: ${{ secrets.IMAGE_BUILD_TOKEN }}