Skip to content

Commit

Permalink
Merge pull request #6 from gobengo/authorize-then-claim
Browse files Browse the repository at this point in the history
Authorize then claim
  • Loading branch information
gobengo authored Mar 3, 2023
2 parents b500127 + ace6685 commit 4a3ee17
Show file tree
Hide file tree
Showing 6 changed files with 2,420 additions and 68 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:

runs-on: ubuntu-latest

environment: staging
strategy:
matrix:
node-version: [18.x]
Expand All @@ -29,3 +29,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
REGISTERED_SPACE_SIGNER: ${{ secrets.REGISTERED_SPACE_SIGNER }}
W3S_EMAIL: ${{ vars.W3S_EMAIL }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
/dist
/.env.local
Loading

0 comments on commit 4a3ee17

Please sign in to comment.