File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : " bulk quest import"
22on :
33 schedule :
4- - cron : ' 0 10 * * *' # UTC time, that's 5:00 am EST, 2:00 am PST.
5- - cron : ' 0 9 6 * *' # This is the morning of the 6th.
4+ - cron : ' 30 12 1-5,6-31 * *' # UTC time, that's 7:30 am EST, 4:30 am PST.
5+ - cron : ' 30 12 6 * *' # This is the morning of the 6th.
66 workflow_dispatch :
77 inputs :
88 reason :
5050 org : ${{ github.repository_owner }}
5151 repo : ${{ github.repository }}
5252 issue : ' -1'
53- duration : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '0 9 6 * *' && -1 || 5 }}
53+ duration : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '30 12 6 * *' && -1 || 5 }}
5454
Original file line number Diff line number Diff line change 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 }}
49+ ImportOptions__ApiKeys__AzureAccessToken : ${{ steps.azure-oidc-auth.outputs.access-token }}s
5050 ImportOptions__ApiKeys__QuestKey : ${{ secrets.QUEST_KEY }}
5151 ImportOptions__ApiKeys__SequesterPrivateKey : ${{ secrets.SEQUESTER_PRIVATEKEY }}
5252 ImportOptions__ApiKeys__SequesterAppID : ${{ secrets.SEQUESTER_APPID }}
6262 uses : dotnet/docs-tools/actions/sequester@main
6363 env :
6464 ImportOptions__ApiKeys__GitHubToken : ${{ secrets.GITHUB_TOKEN }}
65- ImportOptions__ApiKeys__AzureAccessToken : ${{ $AZURE_ACCESS_TOKEN }}
65+ ImportOptions__ApiKeys__AzureAccessToken : ${{ steps.azure-oidc-auth.outputs.access-token }}
6666 ImportOptions__ApiKeys__QuestKey : ${{ secrets.QUEST_KEY }}
6767 ImportOptions__ApiKeys__SequesterPrivateKey : ${{ secrets.SEQUESTER_PRIVATEKEY }}
6868 ImportOptions__ApiKeys__SequesterAppID : ${{ secrets.SEQUESTER_APPID }}
You can’t perform that action at this time.
0 commit comments