Skip to content

Commit

Permalink
use replicated ci kots token
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 23, 2024
1 parent 528eb4e commit 2aae780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-self-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2aae780

Please sign in to comment.