Merge pull request #10460 from dmcgowan/update-link-gha-workflow
Add read permission limit on link workflow
This commit is contained in:
commit
67a0efc589
3
.github/workflows/links.yml
vendored
3
.github/workflows/links.yml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- ".github/workflows/links.yml"
|
- ".github/workflows/links.yml"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
# Kubernetes Cluster with Containerd
|
# Kubernetes Cluster with Containerd
|
||||||
<p align="center">
|
|
||||||
<img src="https://kubernetes.io/images/favicon.png" width="50" height="50">
|
|
||||||
<img src="https://containerd.io/img/logos/icon/black/containerd-icon-black.png" width="50" >
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
This document provides the steps to bring up a Kubernetes cluster using ansible and kubeadm tools.
|
This document provides the steps to bring up a Kubernetes cluster using ansible and kubeadm tools.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user