From 41e31c7f3f447b72cbb292b3bdb20851e523d92d Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Tue, 2 Jun 2020 19:34:00 -0700 Subject: [PATCH] Use triaage bot PAT --- .github/workflows/latest-release-monitor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/latest-release-monitor.yml b/.github/workflows/latest-release-monitor.yml index 534f942d204..53d51259ef8 100644 --- a/.github/workflows/latest-release-monitor.yml +++ b/.github/workflows/latest-release-monitor.yml @@ -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}}