Skip to content

Commit

Permalink
ci: update environment variables for Azure Static Web Apps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
immdipu committed May 11, 2024
1 parent f8fcaf2 commit 2d17ba9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/azure-static-web-apps-jolly-hill-0ca4ece0f.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
env:
NEXT_PUBLIC_SOCKET_URL: ${{ secrets.NEXT_PUBLIC_SOCKET_URL }}
NEXT_PUBLIC_USER_URL: ${{ secrets.NEXT_PUBLIC_USER_URL }}
NEXT_PUBLIC_BASE_URL: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
BASE_URL: ${{ secrets.BASE_URL }}
NEXT_PUBLIC_API_KEY: ${{ secrets.NEXT_PUBLIC_API_KEY }}
API_KEY: ${{ secrets.API_KEY }}
NEXT_PUBLIC_SOCKET_URL: ${{ secrets.NEXT_PUBLIC_SOCKET_URL }}
NEXT_PUBLIC_USER_URL: ${{ secrets.NEXT_PUBLIC_USER_URL }}
NEXT_PUBLIC_BASE_URL: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
BASE_URL: ${{ secrets.BASE_URL }}
NEXT_PUBLIC_API_KEY: ${{ secrets.NEXT_PUBLIC_API_KEY }}
API_KEY: ${{ secrets.API_KEY }}

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 2d17ba9

Please sign in to comment.