Skip to content

Commit

Permalink
fix pat
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 23, 2024
1 parent e1bdbca commit aead4e0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/arm64-self-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
--distribution eks \
--instance-type m7g.2xlarge \
--name "$CLUSTER_NAME" \
--ttl 144h \
--ttl 168h \
--wait 120m
replicated cluster kubeconfig \
Expand All @@ -52,13 +52,9 @@ jobs:
--create-namespace \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller
kubectl create namespace arc-runners
kubectl create secret generic github-config-secret \
--namespace=arc-runners \
--from-literal=github_token="${{ secrets.REPLICATED_GH_PAT }}"
helm install arc-runner-set \
--namespace arc-runners \
--create-namespace \
--set githubConfigUrl="https://github.com/replicatedhq/kots" \
--set githubConfigSecret="github-config-secret" \
--set githubConfigSecret.github_token="${{ secrets.REPLICATED_GH_PAT }}" \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set

0 comments on commit aead4e0

Please sign in to comment.