Skip to content

Commit b30e31d

Browse files
committed
Doing the YAML thing.
1 parent b876e8c commit b30e31d

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
@@ -37,14 +37,23 @@ jobs:
3737
client-id: ${{ secrets.CLIENT_ID }}
3838
tenant-id: ${{ secrets.TENANT_ID }}
3939
audience: ${{ secrets.OSMP_API_AUDIENCE }}
40-
40+
41+
- name: Azure DevOps OpenID Connect
42+
id: azure-devops-oidc-auth
43+
uses: dotnet/docs-tools/.github/actions/oidc-auth-flow@main
44+
with:
45+
client-id: ${{ secrets.QUEST_CLIENT_ID }}
46+
tenant-id: ${{ secrets.TENANT_ID }}
47+
audience: ${{ secrets.QUEST_AUDIENCE }}
48+
4149
- name: bulk-sequester
4250
id: bulk-sequester
4351
uses: dotnet/docs-tools/actions/sequester@main
4452
env:
4553
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
4654
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
4755
ImportOptions__ApiKeys__AzureAccessToken: ${{ steps.azure-oidc-auth.outputs.access-token }}
56+
ImportOptions__ApiKeys__QuestAccessToken: ${{ steps.azure-devops-oidc-auth.outputs.access-token }}
4857
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
4958
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
5059
with:

0 commit comments

Comments
 (0)