File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1414 container-app-env-name :
1515 required : true
1616 type : string
17-
17+
18+ # Set up permissions for deploying with secretless Azure federated credentials
19+ # https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
20+ permissions :
21+ id-token : write
22+ contents : read
1823
1924jobs :
2025 deploy :
Original file line number Diff line number Diff line change 1111 app-folder-path :
1212 required : true
1313 type : string
14-
14+
15+ # Set up permissions for deploying with secretless Azure federated credentials
16+ # https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
17+ permissions :
18+ id-token : write
19+ contents : read
1520
1621jobs :
1722 build :
You can’t perform that action at this time.
0 commit comments