Add connection string parameter

This commit is contained in:
Jackson Kearl 2020-06-02 19:00:30 -07:00
parent 9ec964f38b
commit 42d1059b4c

View file

@ -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}}