Skip to content

Commit 50f251c

Browse files
authored
Update quest.yml - fix typo (#35122)
Removed a typo letter "s" at the end of a line.
1 parent 31975da commit 50f251c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: dotnet/docs-tools/actions/sequester@main
4747
env:
4848
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
49-
ImportOptions__ApiKeys__AzureAccessToken: ${{ steps.azure-oidc-auth.outputs.access-token }}s
49+
ImportOptions__ApiKeys__AzureAccessToken: ${{ steps.azure-oidc-auth.outputs.access-token }}
5050
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
5151
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
5252
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}

0 commit comments

Comments
 (0)