Skip to content

Commit fe0c0c9

Browse files
committed
attempt: fix opex code review pipeline
1 parent abb9bbe commit fe0c0c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/call_pr_opex_api.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
api_name:
55
type: string
66
required: true
7+
secrets:
8+
AZURE_CLIENT_ID_CI:
9+
required: true
10+
AZURE_TENANT_ID:
11+
required: true
12+
AZURE_SUBSCRIPTION_ID:
13+
required: true
714

815
jobs:
916
plan:

0 commit comments

Comments
 (0)