Skip to content

Commit

Permalink
Update DeployToAzureWebApp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszprasolek authored Mar 9, 2024
1 parent ead6531 commit dbbab64
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/DeployToAzureWebApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ jobs:
- name: Replace env vars in file
uses: falnyr/[email protected]
env:
TenantId: ${{ secrets.TENANTID }}
ClientId: ${{ secrets.CLIENTID }}
GenerateDownloadMethodFunctionKey: ${{ secrets.GENERATEDOWNLOADMETHODFUNCTIONKEY }}
TenantId: ${{ secrets.TENANTID }}
ClientId: ${{ secrets.CLIENTID }}
GenerateDownloadMethodFunctionKey: ${{ secrets.GENERATEDOWNLOADMETHODFUNCTIONKEY }}
with:
filename: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/appsettings.json

- name: Show secrets
run: |
echo ${{ secrets.GENERATEDOWNLOADMETHODFUNCTIONKEY }}
# Run dotnet build and publish
- name: Publish
Expand Down

0 comments on commit dbbab64

Please sign in to comment.