Skip to content

Commit c74a363

Browse files
authored
Update variables in the permissions reference autogen workflow (#28504)
1 parent bb882c3 commit c74a363

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/permissions-reference-gen-fic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -87,4 +87,4 @@ jobs:
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+
}

0 commit comments

Comments
 (0)