diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a443bf3..d89c68f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: [main] env: PAPERSPACE_API_KEY: ${{secrets.PAPERSPACE_API_KEY}} + PAPERSPACE_NETWORK_ID: ${{secrets.PAPERSPACE_NETWORK_ID}} defaults: run: shell: bash --noprofile --norc -eo pipefail {0}