Skip to content

Commit

Permalink
Fixes broken links (#36728)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophietheking authored May 1, 2023
1 parent b27d745 commit eca33cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ kubectl create secret generic pre-defined-secret \
--from-literal=github_app_installation_id=654321 \
--from-literal=github_app_private_key='-----BEGIN RSA PRIVATE KEY-----********'
```
In your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/mastercharts/gha-runner-scale-set/values.yaml) pass the secret name as a reference.
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.
```yaml
githubConfigSecret: pre-defined-secret
```
Expand Down
1 change: 1 addition & 0 deletions lib/excluded-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ export default [
'https://support.discord.com/hc/en-us/articles/360045138571-Beginner-s-Guide-to-Discord',
'https://www.microsoft.com/en-us/edge',
'https://github.com/features/bitbucket-migrations/signup',
'https://www.servicenow.com/products/devops.html',
]

0 comments on commit eca33cc

Please sign in to comment.