From 0e28948928503286299906b8d3acc038b48f0530 Mon Sep 17 00:00:00 2001 From: Germain Date: Wed, 9 Aug 2023 14:16:04 +0100 Subject: [PATCH] Fix token and working directory for npm CI workflow --- .github/workflows/npm_release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 76eaad22..d19ae887 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -16,9 +16,6 @@ jobs: release: name: "Release & Publish" runs-on: ubuntu-latest - defaults: - run: - working-directory: ./app steps: - name: 🧮 Checkout code uses: actions/checkout@v3 @@ -46,7 +43,7 @@ jobs: id: npm-publish uses: JS-DevTools/npm-publish@v1 with: - token: ${{ secrets.NPM_TOKEN }} + token: ${{ secrets.ELEMENT_NPM_TOKEN }} access: public - name: 🧬 Create release