Skip to content

Commit

Permalink
Fix CI trigger and remove unused secret (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Oct 28, 2022
1 parent 2519bbc commit 7f9fb9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and Test Monorepo Packages
on: [push]
on: [push, pull_request]
jobs:
Build-And-Test-Monorepo-Packages:
runs-on: ubuntu-latest
Expand All @@ -10,8 +10,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
scope: '@spruceid'
- name: Install dependencies, build and test
run: yarn ci
env:
NODE_AUTH_TOKEN: ${{ secrets.SSX_GITHUB_TOKEN }}

0 comments on commit 7f9fb9e

Please sign in to comment.