Skip to content

Commit

Permalink
switch to pnpm and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julbrs committed Oct 25, 2024
1 parent ce13251 commit 778915a
Show file tree
Hide file tree
Showing 3 changed files with 1,557 additions and 1,210 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Node.js CI
on: [push, pull_request]
env:
CI: true
consumer_key: ${{secrets.consumer_key}}
consumer_key: ${{env.consumer_key}}
consumer_secret_key: ${{secrets.consumer_secret_key}}
token: ${{secrets.token}}
token: ${{env.token}}
token_secret: ${{secrets.token_secret}}
realm: ${{secrets.realm}}
base_url: ${{secrets.base_url}}
realm: ${{env.realm}}
base_url: ${{env.base_url}}

jobs:
test:
Expand Down
Loading

0 comments on commit 778915a

Please sign in to comment.