jamesconsultingllc/Sync Azure SWA Environment Settings

Sync app settings between Azure Static Web App environments. One-way or two-way sync.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 23, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jamesconsultingllc/sync-swa-settings-action@c01d1d9ac7c7ee1f77a7f54894f5ca15dbbd7fba # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
swa-nameAzure Static Web App nameyes
resource-groupAzure resource group containing the SWAyes
source-environmentSource environment (slot name or "production")yes
target-environmentTarget environment (slot name or "production")yes
directionSync direction: "one-way" (source→target only) or "two-way" (sync both directions)noone-way
overwriteOverwrite existing settings with different values. If false, only adds new settings.nofalse
namedescription
settings-syncedWhether any settings were synced
source-to-target-countNumber of settings synced from source to target
target-to-source-countNumber of settings synced from target to source (two-way only)