From 42d1059b4c6e720a761e10e364a8e0887cb3b16b Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Tue, 2 Jun 2020 19:00:30 -0700 Subject: [PATCH] Add connection string parameter --- .github/workflows/latest-release-monitor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/latest-release-monitor.yml b/.github/workflows/latest-release-monitor.yml index 5704f8b4371..204ec48ba3b 100644 --- a/.github/workflows/latest-release-monitor.yml +++ b/.github/workflows/latest-release-monitor.yml @@ -16,5 +16,7 @@ jobs: - name: Install Actions run: npm install --production --prefix ./actions run: npm install @azure/storage-blob - - name: Run Locker + - name: Run Latest Release Monitor uses: ./actions/latest-release-monitor + with: + storageKey: ${{secrets.AZURE_BLOB_STORAGE_CONNECTION_STRING_NEW}}