Use triaage bot PAT

pull/99272/head
Jackson Kearl 2020-06-02 19:34:00 -07:00
parent 4872a55324
commit 41e31c7f3f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Latest Release Monitor
on:
schedule:
- cron: 0/10 * * * *
- cron: 0/5 * * * *
jobs:
main:
@ -21,3 +21,4 @@ jobs:
uses: ./actions/latest-release-monitor
with:
storageKey: ${{secrets.AZURE_BLOB_STORAGE_CONNECTION_STRING_NEW}}
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}