From 63f7f40935d61a895ddc1b8d478b224d6b22e3a6 Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Tue, 20 Dec 2022 13:38:19 +0100 Subject: [PATCH] Add note about POST_DEPLOYMENT_SCRIPT_URL --- .github/workflows/create-azure-vm-runners.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-azure-vm-runners.yml b/.github/workflows/create-azure-vm-runners.yml index 561f631..5f759f6 100644 --- a/.github/workflows/create-azure-vm-runners.yml +++ b/.github/workflows/create-azure-vm-runners.yml @@ -25,6 +25,7 @@ on: env: ACTIONS_RUNNER_ORG: "${{ github.event.inputs.runner_org }}" ACTIONS_RUNNER_REPO: "${{ github.event.inputs.runner_repo }}" + # This has to be a public URL that the VM can access after creation POST_DEPLOYMENT_SCRIPT_URL: https://raw.githubusercontent.com/dennisameling/azure-arm64-gh-actions-runner/main/post-deployment-script.ps1 # The following secrets are required for this workflow to run: