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

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

- name: Debug NPM_AUTH_TOKEN
run: echo $NPM_AUTH_TOKEN
run: echo $NPM_AUTH_TOKEN aaa $TESTE

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

0 comments on commit f906544

Please sign in to comment.