Skip to content

Commit

Permalink
Add note about POST_DEPLOYMENT_SCRIPT_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Dec 20, 2022
1 parent 4c590d0 commit 63f7f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-azure-vm-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 63f7f40

Please sign in to comment.