Update issue scraper to use standard bot PAT and run every month

This commit is contained in:
Jackson Kearl 2021-03-04 10:46:46 -08:00
parent 12ab47ff86
commit dd3f3f9d7f
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -1,5 +1,7 @@
name: "Deep Classifier: Scraper"
on:
schedule:
- cron: 0 0 15 * * # 15th of the month
repository_dispatch:
types: [trigger-deep-classifier-scraper]
@ -23,5 +25,5 @@ jobs:
with:
blobContainerName: vscode-issue-classifier
blobStorageKey: ${{secrets.AZURE_BLOB_STORAGE_CONNECTION_STRING}}
token: ${{secrets.ISSUE_SCRAPER_TOKEN}}
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}