Skip to content

Commit cb99508

Browse files
committed
Use managed identity for event processor github actions oidc
1 parent 775571e commit cb99508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/event-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: azure/login@v3
3636
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
3737
with:
38-
client-id: a6dd2dfe-7352-41a7-9020-05301c3bca1a
38+
client-id: e4cb9fd5-0875-4ca1-bc43-56196f5dfb8f
3939
tenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47
4040
allow-no-subscriptions: true
4141

0 commit comments

Comments
 (0)