Skip to content

Commit 90fdc11

Browse files
ralyodioclaude
andcommitted
fix: use Microsoft's Edge Add-ons tenant ID for auth
The Edge Add-ons API requires Microsoft's own tenant ID (5c9eedce-81bc-42f3-8823-48ba6258b391), not the user's tenant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent da2d084 commit 90fdc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
id: auth
264264
run: |
265265
RESPONSE=$(curl -sS -X POST \
266-
"https://login.microsoftonline.com/$EDGE_TENANT_ID/oauth2/v2.0/token" \
266+
"https://login.microsoftonline.com/5c9eedce-81bc-42f3-8823-48ba6258b391/oauth2/v2.0/token" \
267267
-H "Content-Type: application/x-www-form-urlencoded" \
268268
-d "client_id=$EDGE_CLIENT_ID" \
269269
-d "client_secret=$EDGE_CLIENT_SECRET" \

0 commit comments

Comments
 (0)