diff options
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52084ca..458d340 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,4 +37,6 @@ jobs: - name: Build run: .ci/build.sh - name: Run tests + env: + NOTION_API_TOKEN: ${{ secrets.NOTION_API_TOKEN }} run: .ci/test.sh |