Unverified Commit 251877a0 authored by Giuseppe Carboni's avatar Giuseppe Carboni Committed by GitHub
Browse files

Updated VM download action (#918)

parent 4dfbefff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,11 +6,12 @@ on:
    types: [update-vm]

concurrency:
  group: discos
  group: download
  cancel-in-progress: false

jobs:
  download-vm:
    name: Download the latest virtual machine
    runs-on: ubuntu-latest
    env:
      REPOSITORY_TOKEN: "${{ secrets.DEPENDENCIES_TOKEN }}"