Skip to content

Commit

Permalink
chore: Update NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
SayefReyadh committed May 21, 2024
1 parent 39d6c12 commit 80191f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: '20'
registry-url: 'https://npm.pkg.github.com'
always-auth: true
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_PAT }}

- name: Clone Internal Repository
env:
Expand All @@ -34,7 +37,7 @@ jobs:
bash ./../.github/workflows/scripts/common-build-steps.sh
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JFROG_USERNAME: ${{ secrets.JFROG_USERNAME }}
JFROG_TOKEN: ${{ secrets.JFROG_TOKEN }}

0 comments on commit 80191f1

Please sign in to comment.