From 078c97fa78804806193ce123da8e75f6320ac235 Mon Sep 17 00:00:00 2001 From: artyukh Date: Sun, 15 Oct 2023 00:56:27 +0400 Subject: [PATCH] added environment main to publish npm --- .github/workflows/npm_publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index 3c8d994e..99d75305 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -7,6 +7,9 @@ on: jobs: build: runs-on: ubuntu-latest + # Specify the environment to use its secrets + environment: + name: main # Replace with the actual environment name steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3