Skip to content

Commit f255521

Browse files
committed
Skip deployment on closing pull request if secret configuration is not set up
1 parent 8074c61 commit f255521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/azure-static-web-apps-frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ jobs:
5050
with:
5151
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_GLACIER_0F8DBBD0F }}
5252
action: "close"
53+
env:
54+
SKIP_DEPLOY_ON_MISSING_SECRETS: true

0 commit comments

Comments
 (0)