We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4132e9 commit 3ce7d72Copy full SHA for 3ce7d72
1 file changed
.github/workflows/azure-static-web-apps-gentle-pond-070533700.yml
@@ -45,6 +45,9 @@ jobs:
45
output_location: ".next" # Built app content directory - optional
46
github_id_token: ${{ steps.idtoken.outputs.result }}
47
###### End of Repository/Build Configurations ######
48
+ env:
49
+ NEXT_PUBLIC_SUBGRAPH_API_KEY: ${{ secrets.NEXT_PUBLIC_SUBGRAPH_API_KEY }}
50
+ NEXT_PUBLIC_UNISWAP_SUBGRAPH_URL: ${{ secrets.NEXT_PUBLIC_UNISWAP_SUBGRAPH_URL }}
51
52
close_pull_request_job:
53
if: github.event_name == 'pull_request' && github.event.action == 'closed'
0 commit comments