Skip to content

Commit

Permalink
feat: change Infura API key for ens-app build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Apr 19, 2024
1 parent ae0a294 commit 8103730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ens-app-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
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 8103730

Please sign in to comment.