mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Add connection string parameter
This commit is contained in:
4
.github/workflows/latest-release-monitor.yml
vendored
4
.github/workflows/latest-release-monitor.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user