aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jake Swenson <jake@jakeswenson.com> 2021-05-15 21:52:20 -0700
committerGravatar Jake Swenson <jake@jakeswenson.com> 2021-05-15 21:52:20 -0700
commit9af4a8ef5fd331e8974d4f003c0a55f398654131 (patch)
treef621a9ae02f72a2874889f0c146400c342fb05c7
parentb32e87c70d0875458a79bd99130c21d3f9b29a07 (diff)
downloadnotion-9af4a8ef5fd331e8974d4f003c0a55f398654131.tar.gz
notion-9af4a8ef5fd331e8974d4f003c0a55f398654131.tar.zst
notion-9af4a8ef5fd331e8974d4f003c0a55f398654131.zip
adding env var
-rw-r--r--.github/workflows/build.yml2
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