File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ concurrency:
1414 group : ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }}
1515 cancel-in-progress : true
1616
17+ # We are using OpenID Connect to authenticate with Azure with secret.
18+ # https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-azure
19+ permissions :
20+ id-token : write
21+ contents : read
22+
1723jobs :
1824 ci :
1925 strategy :
6773
6874
6975
76+
77+
Original file line number Diff line number Diff line change 55 branches : ["main"]
66 tags : ["*.*.*"]
77
8+ # We are using OpenID Connect to authenticate with Azure with secret.
9+ # https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-azure
10+ permissions :
11+ id-token : write
12+ contents : read
13+
814jobs :
915 main :
1016 runs-on : [self-hosted, idp]
4854
4955
5056
57+
You can’t perform that action at this time.
0 commit comments