docs: Document dashboard-change propagation #16
No reviewers
Labels
No labels
priority/P0
priority/P1
priority/P2
priority/P3
size/L
size/M
size/S
size/XL
size/XS
state/done
state/in-progress
state/in-review
state/needs-refinement
state/ready
type/bug
type/chore
type/feature
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
amtronics/platform-actions!16
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/sync-all-dashboards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
A
sync-all-dashboardsworkflow (manual dispatch) that triggers every app'sMonitoring workflow at once, so they all re-render the current
@v3dashboard.Why
The template is single-sourced here, but each app pushes it from its own
Monitoring workflow — so a template change +
v3tag move doesn't reachalready-pushed dashboards until each app re-runs. This makes that fan-out one
click instead of dispatching each repo by hand.
Notes
DASHBOARD_APPSrepo variable (space-separatedowner/repo;defaults to trip/imamah/portfolio). Needs a
DASHBOARD_SYNC_TOKENrepo secret(a PAT that can trigger those repos' workflows).
Operator setup (one-time)
Set on platform-actions: secret
DASHBOARD_SYNC_TOKEN(PAT), optional variableDASHBOARD_APPS.feat: Add sync-all-dashboards workflowto docs: Document dashboard-change propagation