From 7c255319204673128461df7acbe5e59c8d852910 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 6 Dec 2022 16:30:12 +0000 Subject: [PATCH] add missing env vars for gh actions --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea4b5802..b79a5426 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,10 @@ on: push: branches: [ master ] +env: + NPM_REGISTRY_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} + NPM_REGISTRY_ADDRESS: ${{ secrets.NPM_REGISTRY_ADDRESS }} + jobs: release: name: generator