diff options
author | 2021-05-15 21:52:20 -0700 | |
---|---|---|
committer | 2021-05-15 21:52:20 -0700 | |
commit | 9af4a8ef5fd331e8974d4f003c0a55f398654131 (patch) | |
tree | f621a9ae02f72a2874889f0c146400c342fb05c7 | |
parent | b32e87c70d0875458a79bd99130c21d3f9b29a07 (diff) | |
download | notion-9af4a8ef5fd331e8974d4f003c0a55f398654131.tar.gz notion-9af4a8ef5fd331e8974d4f003c0a55f398654131.tar.zst notion-9af4a8ef5fd331e8974d4f003c0a55f398654131.zip |
adding env var
-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 |