From 729914a144b7f4a19b3ac0c5287205c54d19ce9c Mon Sep 17 00:00:00 2001 From: azlam-abdulsalam Date: Tue, 6 Aug 2024 15:31:40 +1000 Subject: [PATCH] fix: add token for explict auth --- .github/workflows/npm-publish-github-packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index d0cd602..0b9bba8 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -21,10 +21,10 @@ jobs: with: ref: ${{ github.event.inputs.branch }} - - name: Setup Node.js - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4 with: node-version: 20 + token: ${{ secrets.GHA_TOKEN }} registry-url: 'https://npm.pkg.github.com' - name: Install dependencies