Skip to content

Commit

Permalink
fix(ci): specifying network_id from secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jun 11, 2024
1 parent d43acd6 commit 7bccecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7bccecd

Please sign in to comment.