Skip to content

Commit cfba435

Browse files
committed
Doing the YAML thing.
1 parent 010965c commit cfba435

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,23 @@ jobs:
3535
client-id: ${{ secrets.CLIENT_ID }}
3636
tenant-id: ${{ secrets.TENANT_ID }}
3737
audience: ${{ secrets.OSMP_API_AUDIENCE }}
38-
38+
39+
- name: Azure DevOps OpenID Connect
40+
id: azure-devops-oidc-auth
41+
uses: dotnet/docs-tools/.github/actions/oidc-auth-flow@main
42+
with:
43+
client-id: ${{ secrets.QUEST_CLIENT_ID }}
44+
tenant-id: ${{ secrets.TENANT_ID }}
45+
audience: ${{ secrets.QUEST_AUDIENCE }}
46+
3947
- name: bulk-sequester
4048
id: bulk-sequester
4149
uses: dotnet/docs-tools/actions/sequester@main
4250
env:
4351
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
4452
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
4553
ImportOptions__ApiKeys__AzureAccessToken: ${{ steps.azure-oidc-auth.outputs.access-token }}
54+
ImportOptions__ApiKeys__QuestAccessToken: ${{ steps.azure-devops-oidc-auth.outputs.access-token }}
4655
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
4756
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
4857
with:

0 commit comments

Comments
 (0)