Skip to content

Commit 1dfdc83

Browse files
ralyodioclaude
andcommitted
fix: use EDGE_TENANT_ID instead of hardcoded consumers tenant
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac9d17e commit 1dfdc83

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/consumers/oauth2/v2.0/token" \
266+
"https://login.microsoftonline.com/$EDGE_TENANT_ID/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)