You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 2. Set up the following secrets in your repository - https://docs.github.com/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-an-environment
19
-
# AZURE_WEBAPP_PUBLISH_PROFILE
20
-
#
21
-
# 3. Change these variables for your configuration:
22
-
env:
23
-
AZURE_WEBAPP_NAME: MY_WEBAPP_NAME # set this to your app service name
17
+
18
+
# 2. Set up the `AZURE_WEBAPP_PUBLISH_PROFILE` secret in your repository - https://docs.github.com/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-an-environment
0 commit comments