We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195975e commit 6e3a306Copy full SHA for 6e3a306
.github/workflows/call_opex_api.yml
@@ -4,6 +4,15 @@ on:
4
api_name:
5
type: string
6
required: true
7
+ secrets:
8
+ AZURE_CLIENT_ID_CI:
9
+ required: true
10
+ AZURE_CLIENT_ID_CD:
11
12
+ AZURE_TENANT_ID:
13
14
+ AZURE_SUBSCRIPTION_ID:
15
16
17
jobs:
18
apply:
.github/workflows/call_pr_opex_api.yml
@@ -4,6 +4,13 @@ on:
plan:
0 commit comments