File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 - name : Azure Login using Federated Identity
2828 uses : azure/login@v2
2929 with :
30- client-id : ${{ secrets.GRAPHPERMISSIONSREFERENCE_AZURE_CLIENT_ID }}
31- tenant-id : ${{ secrets.GRAPHPERMISSIONSREFERENCE_AZURE_TENANT_ID }}
30+ client-id : ${{ secrets.GRAPHPERMISSIONSREFERENCE_CLIENT_ID }}
31+ tenant-id : ${{ secrets.GRAPHPERMISSIONSREFERENCE_TENANT_ID }}
3232 allow-no-subscriptions : true
3333
3434 - name : Run PowerShell script to update permissions
3535 shell : pwsh
3636 run : |
37- $ClientId = "${{ secrets.GRAPHPERMISSIONSREFERENCE_AZURE_CLIENT_ID }}"
38- $TenantId = "${{ secrets.GRAPHPERMISSIONSREFERENCE_AZURE_TENANT_ID }}"
37+ $ClientId = "${{ secrets.GRAPHPERMISSIONSREFERENCE_CLIENT_ID }}"
38+ $TenantId = "${{ secrets.GRAPHPERMISSIONSREFERENCE_TENANT_ID }}"
3939 ./docs/scripts/update-permissions-reference-fic.ps1 -ClientId $ClientId -TenantId $TenantId
4040
4141 - name : Get token
8787 git push --set-upstream origin $branchName -f
8888
8989 gh pr create --base main --title $prTitle --body "Scheduled permissions reference update using Federated Identity Credentials" --reviewer "FaithOmbongi,msewaweru" --label "ready for content review"
90- }
90+ }
You can’t perform that action at this time.
0 commit comments