Skip to content

Commit 748064b

Browse files
committed
docs: fix GITHUB_REPO example
1 parent d1ceda5 commit 748064b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ gcloud container clusters get-credentials self-hosted-runner-test-cluster --regi
6666

6767
```
6868
kubectl create secret generic self-hosted-runner-creds \
69-
--from-literal=GITHUB_REPO='https://github.com/<owner>/<repo>' \
69+
--from-literal=GITHUB_REPO='<owner>/<repo>' \
7070
--from-literal=TOKEN='token'
7171
```
7272

0 commit comments

Comments
 (0)