Skip to content

Commit

Permalink
capitalise infura api key secret lookup key
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 19, 2023
1 parent 3710d5f commit a003be4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
echo "RESOURCE_TAG_NAME=sepoliatestnetlatest" >> $GITHUB_ENV
echo "RESOURCE_STARTING_NAME=S" >> $GITHUB_ENV
echo "RESOURCE_TESTNET_NAME=sepoliatestnet" >> $GITHUB_ENV
echo "L1_WS_URL_0=wss://sepolia.infura.io/ws/v3/${{secrets.infura_apikey_0}}" >> $GITHUB_ENV
echo "L1_WS_URL_1=wss://sepolia.infura.io/ws/v3/${{secrets.infura_apikey_1}}" >> $GITHUB_ENV
echo "L1_HTTP_URL=https://sepolia.infura.io/v3/${{secrets.infura_apikey_0}}" >> $GITHUB_ENV
echo "L1_WS_URL_0=wss://sepolia.infura.io/ws/v3/${{secrets.INFURA_API_KEY_0}}" >> $GITHUB_ENV
echo "L1_WS_URL_1=wss://sepolia.infura.io/ws/v3/${{secrets.INFURA_API_KEY_1}}" >> $GITHUB_ENV
echo "L1_HTTP_URL=https://sepolia.infura.io/v3/${{secrets.INFURA_API_KEY_0}}" >> $GITHUB_ENV
echo "SEQ_PK_LOOKUP_KEY=SEPOLIA_FUNDED_ACC_PKSTR_0" >> $GITHUB_ENV
echo "VAL_PK_LOOKUP_KEY=SEPOLIA_FUNDED_ACC_PKSTR_1" >> $GITHUB_ENV
echo "WORKER_PK_LOOKUP_KEY=SEPOLIA_FUNDED_ACC_PKSTR_0" >> $GITHUB_ENV
Expand Down

0 comments on commit a003be4

Please sign in to comment.