Remove unnecessary scopes from temp key, add settings-key docs

This commit is contained in:
Prem Palanisamy
2026-02-12 22:06:28 +00:00
parent 2b7d915578
commit 596498896e
2 changed files with 1 additions and 2 deletions
@@ -0,0 +1 @@
Generate a short-lived console-scoped API key for settings migration. This key allows the migration source to access project platforms and keys on the source instance.
@@ -317,8 +317,6 @@ class Migrations extends Action
'functions.write',
'tokens.read',
'tokens.write',
'platforms.read',
'keys.read',
]
]);