Change e2e config url (#2338)

This commit is contained in:
Ava Stancu
2023-02-28 20:26:01 +01:00
committed by GitHub
parent b5e9e14244
commit a9af82ec78
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ inputs:
github-token:
description: 'JWT generated with Github App inputs'
required: true
config-url:
description: "URL of the repo, org or enterprise where the runner scale sets will be registered"
required: true
runs:
using: "composite"
@@ -22,7 +25,7 @@ runs:
helm install "arc-runner-${{ env.DATE_TIME }}" \
--namespace "arc-runners" \
--create-namespace \
--set githubConfigUrl="https://github.com/actions/actions-runner-controller" \
--set githubConfigUrl="${{ inputs.config-url }}"\
--set githubConfigSecret.github_token="${{ inputs.github-token }}" \
./charts/auto-scaling-runner-set \
--debug