Skip to content

Commit 3ce7d72

Browse files
feat: added env in azure ci/cd workflow
1 parent f4132e9 commit 3ce7d72

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/azure-static-web-apps-gentle-pond-070533700.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
output_location: ".next" # Built app content directory - optional
4646
github_id_token: ${{ steps.idtoken.outputs.result }}
4747
###### 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 }}
4851

4952
close_pull_request_job:
5053
if: github.event_name == 'pull_request' && github.event.action == 'closed'

0 commit comments

Comments
 (0)