diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index d7d99198b..9d0b2f38b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -8,6 +8,9 @@ on: paths: - ".github/workflows/links.yml" +permissions: + contents: read + jobs: check: runs-on: ubuntu-latest diff --git a/contrib/ansible/README.md b/contrib/ansible/README.md index 80b54b577..2d6986495 100644 --- a/contrib/ansible/README.md +++ b/contrib/ansible/README.md @@ -1,9 +1,4 @@ # Kubernetes Cluster with Containerd -

- - -

- This document provides the steps to bring up a Kubernetes cluster using ansible and kubeadm tools.