-
Notifications
You must be signed in to change notification settings - Fork 164
GitHub Actions
Lyon Till edited this page May 24, 2021
·
16 revisions
az ad sp create-for-rbac --name "AzOps" --role owner --scope /
gh repo create '<Name>' --template azure/azops --private --confirm
gh secret set 'ARM_TENANT_ID' -b "<Secret>"
gh secret set 'ARM_SUBSCRIPTION_ID' -b "<Secret>"
gh secret set 'ARM_CLIENT_ID' -b "<Secret>"
gh secret set 'ARM_CLIENT_SECRET' -b "<Secret>"
gh api -X POST /repos/:owner/:repo/dispatches -f event_type='Enterprise-Scale Deployment'
Browse to the AzOps Accelerator, and select Use this template
Select whether the owner will be an organization or user and provide a repository name.
We'd recommended creating the new repository as private.
There is no need to include all branches as all latest stable changes reside within the main branch.
Navigate to settings on the newly created repository, select the Secrets section.
Create the following repository secrets:
Select the Options sections, untick Merge commits and Rebase merging.