Skip to content

Commit 529fef6

Browse files
Add BLOCKFROST_PROJECT_ID_MAINNET to github action
1 parent 1542b77 commit 529fef6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/package-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-python@v2
2323
with:
2424
python-version: ${{ matrix.python-version }}
25+
env:
26+
BLOCKFROST_PROJECT_ID_MAINNET: ${{ secrets.BLOCKFROST_PROJECT_ID_MAINNET }}
2527
- name: Install dependencies
2628
run: |
2729
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)