Skip to content

Commit 9028579

Browse files
committed
add skip_deploy_on_missing_secrets for GitHubAction
1 parent c915db8 commit 9028579

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azure-static-web-apps-ashy-sky-02a7d0403.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
api_location: "" # Api source code path - optional
3333
output_location: "dist" # Built app content directory - optional
3434
###### End of Repository/Build Configurations ######
35-
35+
# allows the workflow to continue without deploying the site's content
36+
env:
37+
SKIP_DEPLOY_ON_MISSING_SECRETS: true
3638
close_pull_request_job:
3739
if: github.event_name == 'pull_request' && github.event.action == 'closed'
3840
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)