From 2aae78020e2e8807d33ee5a1914c60c1ef219ccd Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Tue, 23 Jan 2024 23:03:48 +0000 Subject: [PATCH] use replicated ci kots token --- .github/workflows/arm64-self-hosted-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arm64-self-hosted-runner.yaml b/.github/workflows/arm64-self-hosted-runner.yaml index 380ed126fb..24db4ea1be 100644 --- a/.github/workflows/arm64-self-hosted-runner.yaml +++ b/.github/workflows/arm64-self-hosted-runner.yaml @@ -55,7 +55,7 @@ jobs: kubectl create namespace arc-runners kubectl create secret generic github-config-secret \ --namespace=arc-runners \ - --from-literal=github_token="${{ secrets.REPLICATED_GH_PAT }}" + --from-literal=github_token="${{ secrets.GH_PAT }}" helm install arc-runner-set \ --namespace arc-runners \