From dd74669d74c368df8f2dc0d8f427c91a3f09bff2 Mon Sep 17 00:00:00 2001 From: Louis Bompart Date: Thu, 26 Oct 2023 13:54:45 -0400 Subject: [PATCH] chore: add missing envvar --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f87ee5259..8c560b0e80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,6 +74,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} VERSION: ${{ inputs.version }} + DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} DEBUG: ${{ inputs.debug && '*' || '' }} - name: Prepare artifacts run: |