Skip to content

Commit e40a8fa

Browse files
authored
Simplified the GitHub App pem import process (#54350)
1 parent 4424115 commit e40a8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ kubectl create secret generic pre-defined-secret \
177177
--namespace=arc-runners \
178178
--from-literal=github_app_id=123456 \
179179
--from-literal=github_app_installation_id=654321 \
180-
--from-literal=github_app_private_key='-----BEGIN RSA PRIVATE KEY-----********'
180+
--from-file=github_app_private_key=private-key.pem
181181
```
182182

183183
In your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) pass the secret name as a reference.

0 commit comments

Comments
 (0)