From 8aa951b5ade46e09e16782fbf775e807cab197d0 Mon Sep 17 00:00:00 2001 From: Admiral Awkbar Date: Tue, 13 Jul 2021 15:29:21 -0500 Subject: [PATCH] add the token here --- .github/workflows/deploy-RELEASE-standard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-RELEASE-standard.yml b/.github/workflows/deploy-RELEASE-standard.yml index 2f006901..11d30b97 100644 --- a/.github/workflows/deploy-RELEASE-standard.yml +++ b/.github/workflows/deploy-RELEASE-standard.yml @@ -99,6 +99,7 @@ jobs: env: DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} RELEASE_NAME: ${{ github.event.release.name }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ################ # Docker cache #