Update README.md

This commit is contained in:
marceldempers 2023-10-18 20:34:07 +11:00 committed by GitHub
parent 1d08bd1f9d
commit a17be8cad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
<a href="https://youtu.be/RcHGqCBofvw" title="githubactions"><img src="https://i.ytimg.com/vi/RcHGqCBofvw/hqdefault.jpg" width="20%" alt="introduction to github actions runners" /></a>
# Introduction to GitHub Actions: Self hosted runners
## Create a kubernetes cluster
@ -79,4 +81,4 @@ kubectl -n github create secret generic github-secret `
--from-literal GITHUB_PERSONAL_TOKEN=""
kubectl -n github apply -f kubernetes.yaml
```
```