Skip to content

Commit eb6c8e3

Browse files
fix: skip Azure deploy when token is missing (closes #79)
Dependabot PRs don't have access to repository secrets, causing the Azure Static Web Apps deploy step to fail. Adding skip_deploy_on_missing_secrets: true allows the job to pass gracefully. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 665b9d3 commit eb6c8e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
action: upload
4848
app_location: dist/apps/web-app/browser
4949
skip_app_build: true
50+
skip_deploy_on_missing_secrets: true
5051

5152
close_preview:
5253
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)