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 1b036c0 commit 9805839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
NPM_AUTH_TOKEN: teste123
TESTE: ${{ vars.TESTE_TOKEN_VALUE }}
# TESTE: ${{ vars.TESTE_TOKEN_VALUE }}

steps:
# - name: Checkout Repository
Expand All @@ -31,7 +31,7 @@ jobs:
# run: cat ~/.npmrc

- name: Debug NPM_AUTH_TOKEN
run: echo $NPM_AUTH_TOKEN aaa $TESTE
run: echo $NPM_AUTH_TOKEN aaa ${{ vars.TESTE_TOKEN_VALUE }}

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

0 comments on commit 9805839

Please sign in to comment.