Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Jan 26, 2024
1 parent 901cb38 commit 2518f3f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@ jobs:
# with:
# node-version: '14'

- name: Inicializa NPM
run: echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
# - name: Inicializa NPM
# run: echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
# env:
# NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

# - name: Debug .npmrc
# run: cat ~/.npmrc

- name: Debug NPM_AUTH_TOKEN
run: echo $NPM_AUTH_TOKEN
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Debug .npmrc
run: cat ~/.npmrc

# - name: Install Dependencies
# run: npm install --no-save

Expand Down

0 comments on commit 2518f3f

Please sign in to comment.