Skip to content

Commit

Permalink
Add app settings to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardconstantin committed Jul 20, 2023
1 parent f9c84eb commit 503a579
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/azure-static-web-apps-nice-sky-0509a9903.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@ jobs:
app_build_command: "npm run build"
api_build_command: "rm -rf ./node_modules/@next/swc-* && rm -rf ./.next/cache"
###### End of Repository/Build Configurations ######
env:
NEXT_PUBLIC_GA_TRACKING_ID: ${{ secrets.NEXT_PUBLIC_GA_TRACKING_ID }}
app-settings-json: |
[
{
"name": "NEXT_PUBLIC_GA_TRACKING_ID",
"value": "${{ secrets.NEXT_PUBLIC_GA_TRACKING_ID }}",
"slotSetting": false
}
]
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 503a579

Please sign in to comment.