From 2a80fe732135cd01c3d5273be6fe4ba336b4e570 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 30 Jul 2020 15:32:44 +0000 Subject: [PATCH] Update github-config to 20e3bcf --- .github/workflows/create-release.yml | 1 + .github/workflows/test-pull-request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 489a373..3daf5d0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -35,6 +35,7 @@ jobs: run: ./scripts/integration.sh env: GIT_TOKEN: ${{ github.token }} + CNB_BUILDER_IMAGE: ${{ secrets.CNB_BUILDER_IMAGE }} release: name: Release diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 2e6df34..1638554 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -35,6 +35,7 @@ jobs: run: ./scripts/integration.sh env: GIT_TOKEN: ${{ github.token }} + CNB_BUILDER_IMAGE: ${{ secrets.CNB_BUILDER_IMAGE }} approve: name: Auto Approve