From dd0c7b5ec5fe9f20c61cc4b44ba57c01232bdfd3 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Tue, 19 Jan 2021 18:27:55 +0000 Subject: [PATCH] Update github-config to 6b767d4 --- .github/workflows/create-draft-release.yml | 2 +- .github/workflows/test-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index f036a4b..cc0f63b 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true - name: Run Integration Tests - run: ./scripts/integration.sh + run: ./scripts/integration.sh --use-token env: GIT_TOKEN: ${{ github.token }} diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 0a17a44..590a6d0 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -37,7 +37,7 @@ jobs: - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true - name: Run Integration Tests - run: ./scripts/integration.sh + run: ./scripts/integration.sh --use-token env: GIT_TOKEN: ${{ github.token }}