diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index f036a4b0..cc0f63bc 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 0a17a44d..590a6d0f 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 }}