Skip to content

feat(workflows): auto-update APP_URL secrets from deploy-all workflow AB#2140#52

Merged
emmanuelknafo merged 1 commit intomainfrom
feature/2140-auto-update-app-url-from-deploy-all
Mar 29, 2026
Merged

feat(workflows): auto-update APP_URL secrets from deploy-all workflow AB#2140#52
emmanuelknafo merged 1 commit intomainfrom
feature/2140-auto-update-app-url-from-deploy-all

Conversation

@emmanuelknafo
Copy link
Copy Markdown
Contributor

@emmanuelknafo emmanuelknafo commented Mar 29, 2026

Summary

After deploy-all.yml dispatches CI/CD to all 5 demo apps, the summary job now also sets each repo's APP_URL secret by querying the Azure deployment outputs. This ensures a11y-scan.yml always has the correct target URL regardless of uniqueString changes.

Changes

  • deploy-all.yml — combine SCANNER_URL and APP_URL secret updates in a single step within the summary job. For each demo app, resolves the deployed URL from az deployment group show and sets APP_URL via gh secret set.

Fixes AB#2140

… AB#2140

- combine SCANNER_URL and APP_URL secret updates in summary job
- resolve each app URL from Azure deployment after all apps are deployed

🔧 - Generated by Copilot
@github-actions
Copy link
Copy Markdown

Coverage Report for Coverage

Status Category Percentage Covered / Total
🔵 Lines 83.29% (🎯 80%) 723 / 868
🔵 Statements 82.82% (🎯 80%) 786 / 949
🔵 Functions 80.86% (🎯 80%) 131 / 162
🔵 Branches 70.09% (🎯 65%) 368 / 525
File CoverageNo changed files found.
Generated in workflow #136 for commit 9f75caa by the Vitest Coverage Report Action

@emmanuelknafo emmanuelknafo merged commit 99f4c68 into main Mar 29, 2026
14 of 18 checks passed
@emmanuelknafo emmanuelknafo deleted the feature/2140-auto-update-app-url-from-deploy-all branch March 29, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant