Skip to content

Commit 53d25aa

Browse files
authored
fix github secret
1 parent 2a78219 commit 53d25aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contoso-monolith-api.yml renamed to .github/workflows/deploy-monolith-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
uses: azure/webapps-deploy@v2
4545
with:
4646
app-name: ${{ env.AZURE_WEBAPP_NAME }}
47-
publish-profile: ${{ secrets.monolith-publish-profile }}
47+
publish-profile: ${{ secrets.monolith_publish_profile }}
4848
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)