Skip to content

Commit

Permalink
Change env to vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Aug 23, 2023
1 parent 4424d5c commit 1a9c969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssw-rulesgpt-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
EnvironmentName: 'Staging'
AzureWebAppName: 'ssw-rulesgpt-api-stage'
ApiBaseUrl: ${{ env.ApiBaseUrl }}
ApiBaseUrl: ${{ vars.ApiBaseUrl }}

secrets:
AzureWebAppSecret: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_706C909B7DCB4379927A9D3AF3D8B5EF }}
Expand Down

0 comments on commit 1a9c969

Please sign in to comment.