From 64e3776a118af308e85488eaf9e579de49bee46e Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:25:05 -0700 Subject: [PATCH] Adding the token --- .github/workflows/release-checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-checks.yml b/.github/workflows/release-checks.yml index b2787199c3..d7b7723cba 100644 --- a/.github/workflows/release-checks.yml +++ b/.github/workflows/release-checks.yml @@ -33,14 +33,16 @@ jobs: - name: Try to get the canary uses: dawidd6/action-download-artifact@v2 with: + github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: validate-and-build.yml run_id: ${{ github.event.workflow_run.id }} name: tag-canary + path: canary - name: Check for existence of canary run: | #If this file does not exist, then cat will return a nonzero status (failure) #and the entire workflow will fail - cat tag-canary.txt + cat canary/tag-canary.txt run-appinspect: runs-on: ubuntu-latest