From 7bccecd2f0548c13378f5044edbf26334097c54b Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:42:05 -0400 Subject: [PATCH] fix(ci): specifying network_id from secrets Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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}