Skip to content

Commit

Permalink
Add Resource Group name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Sep 26, 2023
1 parent 2690c97 commit 74f83a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Initialize-Azure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ $ctx = Get-AzContext
gh secret set --repo https://github.com/$repo AZURE_CLIENT_ID -b $app.AppId
gh secret set --repo https://github.com/$repo AZURE_TENANT_ID -b $ctx.Tenant
gh secret set --repo https://github.com/$repo AZURE_SUBSCRIPTION_ID -b $ctx.Subscription.Id
gh secret set --repo https://github.com/$repo AZURE_RG -b $resourceGroupName
# gh secret set --repo https://github.com/$repo USER_OBJECT_ID -b $spId

# This stuff doesn't HAVE to be done...
Expand Down

0 comments on commit 74f83a5

Please sign in to comment.