← back to Rebel Walls Push
route relabel-units to SHOPIFY_FULL_ACCESS_TOKEN (TK-10979 DTD-A bridge)
59a6e8fcace2a94144584e9889852ef8e2f6c99b · 2026-08-31 10:59:34 -0700 · Steve Abrams
Files touched
M scripts/relabel-units.js
Diff
commit 59a6e8fcace2a94144584e9889852ef8e2f6c99b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Aug 31 10:59:34 2026 -0700
route relabel-units to SHOPIFY_FULL_ACCESS_TOKEN (TK-10979 DTD-A bridge)
---
scripts/relabel-units.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/relabel-units.js b/scripts/relabel-units.js
index 59d273a..e28f6a2 100644
--- a/scripts/relabel-units.js
+++ b/scripts/relabel-units.js
@@ -22,8 +22,8 @@ const API_VERSION = '2024-10';
function getToken() {
const env = fs.readFileSync(SECRETS_ENV, 'utf8');
- const m = env.match(/^SHOPIFY_ADMIN_TOKEN=(.+)$/m);
- if (!m) throw new Error('SHOPIFY_ADMIN_TOKEN not found');
+ const m = env.match(/^SHOPIFY_FULL_ACCESS_TOKEN=(.+)$/m); // TK-10979 DTD-A: full-access routing (bridge; target=capability-scoped token)
+ if (!m) throw new Error('SHOPIFY_FULL_ACCESS_TOKEN not found');
return m[1].trim();
}
const TOKEN = getToken();
← 6880860 TK-10029: durable pre-apply rollback ledger (1467 renames +
·
back to Rebel Walls Push
·
TK-10029: add --hold-rollbolt flag (scope B) to relabel-unit 080e96f →