Skip to content

Commit

Permalink
Merge pull request #108 from Consensys/feat/fix-infura-api-key
Browse files Browse the repository at this point in the history
fix: api infura key
  • Loading branch information
Julink-eth authored Apr 19, 2024
2 parents 8103730 + e9bddc9 commit 4893de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ens-app-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:

- name: Docker Image Build and Publish
env:
NEXT_PUBLIC_INFURA_KEY: ${{ secrets.NEXT_PUBLIC_INFURA_KEY }}
NEXT_PUBLIC_BASE_DOMAIN: ${{ secrets.NEXT_PUBLIC_BASE_DOMAIN }}
NEXT_PUBLIC_ALCHEMY_KEY: ${{ secrets.NEXT_PUBLIC_ALCHEMY_KEY }}
NEXT_PUBLIC_INFURA_KEY: ${{ secrets.NEXT_PUBLIC_INFURA_KEY }}
NEXT_PUBLIC_POH_SIGNATURE_API: "https://poh-verifier.dev.linea.build"
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 4893de1

Please sign in to comment.