Skip to content

Commit

Permalink
use org token still
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 12, 2023
1 parent 4ec0a8e commit 2472178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ jobs:

- name: Setup Registry for Module
working-directory: ./vendor/${{ inputs.module-repo }}
if: ${{ secrets.registry-token }}
run: printf "\n//npm.pkg.github.com/:_authToken=${{ secrets.registry-token }}" >> .npmrc
# if: ${{ secrets.registry-token }}
run: printf "\n//npm.pkg.github.com/:_authToken=${{ secrets.NEWFOLD_ACCESS_TOKEN }}" >> .npmrc

- name: NPM Install for Module
working-directory: ./vendor/${{ inputs.module-repo }}
run: npm ci --legacy-peer-deps

- name: Setup Registry for Plugin
if: ${{ secrets.registry-token }}
run: printf "\n//npm.pkg.github.com/:_authToken=${{ secrets.registry-token }}" >> .npmrc
# if: ${{ secrets.registry-token }}
run: printf "\n//npm.pkg.github.com/:_authToken=${{ secrets.NEWFOLD_ACCESS_TOKEN }}" >> .npmrc

- name: NPM Install for Plugin
run: npm ci --legacy-peer-deps
Expand Down

0 comments on commit 2472178

Please sign in to comment.