Skip to content

Commit

Permalink
trying to fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Oct 19, 2023
1 parent 942a618 commit 73c611e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Install, lint & build
run: |
yarn install
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: run node unit tests
run: |
Expand Down

0 comments on commit 73c611e

Please sign in to comment.