Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vh committed Dec 29, 2023
1 parent 35baa2b commit 44d52ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
with:
infura_key: ${{ secrets.INFURA_KEY_GOERLI }}
infura_key: ${{ secrets.INFURA_KEY }}
- uses: ./.github/actions/deploy
with:
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
with:
infura_key: ${{ secrets.INFURA_KEY_GOERLI }}
infura_key: ${{ secrets.INFURA_KEY }}
- uses: ./.github/actions/deploy
with:
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
with:
infura_key: ${{ secrets.INFURA_KEY_MAINNET }}
infura_key: ${{ secrets.INFURA_KEY }}
- uses: ./.github/actions/deploy
with:
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
Expand Down

0 comments on commit 44d52ca

Please sign in to comment.