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 #