File tree Expand file tree Collapse file tree 9 files changed +69
-9
lines changed
Expand file tree Collapse file tree 9 files changed +69
-9
lines changed Original file line number Diff line number Diff line change 1414concurrency :
1515 group : ${{ github.workflow }}
1616
17+ permissions :
18+ id-token : write
19+ contents : read
20+
1721jobs :
1822 apply :
1923 uses : ./.github/workflows/call_opex_api.yml
2024 name : Apply changes to Production
21- secrets : inherit
25+ secrets :
26+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
27+ AZURE_CLIENT_ID_CD : ${{ secrets.AZURE_CLIENT_ID_CD }}
28+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
29+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2230 with :
2331 api_name : api_backend
Original file line number Diff line number Diff line change 1414concurrency :
1515 group : ${{ github.workflow }}
1616
17+ permissions :
18+ id-token : write
19+ contents : read
20+
1721jobs :
1822 apply :
1923 uses : ./.github/workflows/call_opex_api.yml
2024 name : Apply changes to Production
21- secrets : inherit
25+ secrets :
26+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
27+ AZURE_CLIENT_ID_CD : ${{ secrets.AZURE_CLIENT_ID_CD }}
28+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
29+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2230 with :
2331 api_name : api_io_fims
Original file line number Diff line number Diff line change 1414concurrency :
1515 group : ${{ github.workflow }}
1616
17+ permissions :
18+ id-token : write
19+ contents : read
20+
1721jobs :
1822 apply :
1923 uses : ./.github/workflows/call_opex_api.yml
2024 name : Apply changes to Production
21- secrets : inherit
25+ secrets :
26+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
27+ AZURE_CLIENT_ID_CD : ${{ secrets.AZURE_CLIENT_ID_CD }}
28+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
29+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2230 with :
2331 api_name : api_public
Original file line number Diff line number Diff line change 1414concurrency :
1515 group : ${{ github.workflow }}
1616
17+ permissions :
18+ id-token : write
19+ contents : read
20+
1721jobs :
1822 apply :
1923 uses : ./.github/workflows/call_opex_api.yml
2024 name : Apply changes to Production
21- secrets : inherit
25+ secrets :
26+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
27+ AZURE_CLIENT_ID_CD : ${{ secrets.AZURE_CLIENT_ID_CD }}
28+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
29+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2230 with :
2331 api_name : api_services_app_backend
Original file line number Diff line number Diff line change @@ -21,10 +21,17 @@ concurrency:
2121 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2222 cancel-in-progress : false
2323
24+ permissions :
25+ id-token : write
26+ pull-requests : write
27+
2428jobs :
2529 plan :
2630 uses : ./.github/workflows/call_pr_opex_api.yml
2731 name : Plan changes against Production
28- secrets : inherit
32+ secrets :
33+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
34+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
35+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2936 with :
3037 api_name : api_backend
Original file line number Diff line number Diff line change 1010 branches :
1111 - master
1212 paths :
13- - ' api_identity.yaml'
13+ - ' openapi/generated/ api_identity.yaml'
1414 - ' .github/workflows/pr_opex_api_identity.yml'
1515 - ' .github/workflows/opex_api_identity.yml'
1616 - ' .opex/api_identity/**'
Original file line number Diff line number Diff line change @@ -21,10 +21,17 @@ concurrency:
2121 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2222 cancel-in-progress : false
2323
24+ permissions :
25+ id-token : write
26+ pull-requests : write
27+
2428jobs :
2529 plan :
2630 uses : ./.github/workflows/call_pr_opex_api.yml
2731 name : Plan changes against Production
28- secrets : inherit
32+ secrets :
33+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
34+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
35+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2936 with :
3037 api_name : api_io_fims
Original file line number Diff line number Diff line change @@ -21,10 +21,17 @@ concurrency:
2121 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2222 cancel-in-progress : false
2323
24+ permissions :
25+ id-token : write
26+ pull-requests : write
27+
2428jobs :
2529 plan :
2630 uses : ./.github/workflows/call_pr_opex_api.yml
2731 name : Plan changes against Production
28- secrets : inherit
32+ secrets :
33+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
34+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
35+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2936 with :
3037 api_name : api_public
Original file line number Diff line number Diff line change @@ -21,10 +21,17 @@ concurrency:
2121 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2222 cancel-in-progress : false
2323
24+ permissions :
25+ id-token : write
26+ pull-requests : write
27+
2428jobs :
2529 plan :
2630 uses : ./.github/workflows/call_pr_opex_api.yml
2731 name : Plan changes against Production
28- secrets : inherit
32+ secrets :
33+ AZURE_CLIENT_ID_CI : ${{ secrets.AZURE_CLIENT_ID_CI }}
34+ AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
35+ AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2936 with :
3037 api_name : api_services_app_backend
You can’t perform that action at this time.
0 commit comments