From c0c7361dfe51e5b79daf31218ec30284d235762b Mon Sep 17 00:00:00 2001 From: freitzzz <1160907@isep.ipp.pt> Date: Sat, 22 Apr 2023 13:04:48 +0100 Subject: [PATCH] ci: reset to secrets.GITHUB_TOKEN --- .github/workflows/publish-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index c1d1bfc..d79c519 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -23,5 +23,5 @@ jobs: with: publish: npm run publish env: - GITHUB_TOKEN: ${{ secrets.PAT }} - NPM_TOKEN: 'test' + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}