Skip to content

Commit 3024708

Browse files
Update articles/static-web-apps/build-configuration.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent c218fe8 commit 3024708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/build-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ inputs:
307307

308308
## Run workflow without deployment secrets
309309

310-
In some cases, you may wish for your workflow to continue even if some secrets are missing. To enable this, you can add `SKIP_DEPLOY_ON_MISSING_SECRETS` as an environment variable and set its value to `true`.
310+
Sometimes you need your workflow to continue to process even when some secrets are missing. Set the `SKIP_DEPLOY_ON_MISSING_SECRETS` environment variable to `true` to configure your workflow to proceed without defined secrets.
311311

312-
By doing so, the workflow will proceed without deploying the content, instead of stopping or failing due to the absence of any deployment secrets.
312+
When enabled, this feature allows the workflow to continue without deploying the site's content.
313313

314314
# [GitHub Actions](#tab/github-actions)
315315

0 commit comments

Comments
 (0)