Skip to content

Commit

Permalink
fix: env variables in gihub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Apr 19, 2024
1 parent 2d25b2d commit cd2676c
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 @@ -53,5 +53,5 @@ jobs:
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_POH_SIGNATURE_API="https://poh-verifier.dev.linea.build"
NEXT_PUBLIC_POH_SIGNATURE_API=https://poh-verifier.dev.linea.build
BUILD_COMMAND="pnpm build"

0 comments on commit cd2676c

Please sign in to comment.