Skip to content

Commit

Permalink
Update ci-cd-github-actions.md (#563)
Browse files Browse the repository at this point in the history
Update name secrets to be aligned with starter kit
  • Loading branch information
rfernandezdo authored Apr 18, 2024
1 parent 4680d81 commit b7c40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/ci-cd-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You will need one [GitHub deployment environment](https://docs.github.com/en/act
| TENANT-DEPLOY-POLICY | Deploy Policy resources for `tenant` | ci-cd-root-policy-contributor |
| TENANT-DEPLOY-ROLES | Deploy Roles for `tenant` | ci-cd-root-user-assignments |

For each environment, [add to the environment secrets](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets) for the tenant id, client id and client secret for the SPN. The secrets must be named `TENANT_ID`, `CLIENT_ID` and `CLIENT_SECRET` respectively.
For each environment, [add to the environment secrets](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets) for the tenant id, client id and client secret for the SPN. The secrets must be named `AZURE_TENANT_ID`, `AZURE_CLIENT_ID` and `AZURE_CLIENT_SECRET` respectively.

### Hardening each Environment

Expand Down

0 comments on commit b7c40ba

Please sign in to comment.