Skip to content

Commit

Permalink
add debugging to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Nov 2, 2023
1 parent b7fdac0 commit 97ced8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://npm.pkg.github.com"
- name: Debug
run: |
node --version
echo $NODE_AUTH_TOKEN
env:
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}
- run: npm install
env:
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}
Expand Down

0 comments on commit 97ced8f

Please sign in to comment.