Skip to content

Commit

Permalink
test: add temporary project id
Browse files Browse the repository at this point in the history
  • Loading branch information
bslabiak committed Oct 29, 2024
1 parent 17af7d1 commit b3e82ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
BLOCKFROST_PROJECT_ID: ${{
github.event.inputs.network == 'mainnet' && secrets.BLOCKFROST_MAINNET_PROJECT_ID ||
github.event.inputs.network == 'preprod' && secrets.BLOCKFROST_PREPROD_PROJECT_ID ||
secrets.BLOCKFROST_PREPROD_PROJECT_ID
'preprod1abiUKhLuQ3Ic1n6ctxilFMtlGNozC5h'
}}
BLOCKFROST_NETWORK: ${{ github.event.inputs.network || 'mainnet' }}
BLOCKFROST_NETWORK: ${{ github.event.inputs.network || 'preprod' }}
strategy:
matrix:
node-version: [20.x]
Expand Down

0 comments on commit b3e82ca

Please sign in to comment.