Skip to content

Commit

Permalink
Use NPM_PKG_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonRolev committed Oct 22, 2024
1 parent cd4360a commit 737f615
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:

- name: Create Release
env:
# This command requires you to be logged in to https://npm.pkg.github.com
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PKG_KEY }}

working-directory: libMvrGdtf
run: |
npm install
Expand Down

0 comments on commit 737f615

Please sign in to comment.