Skip to content

Commit

Permalink
Merge pull request #1349 from kubernetes-sigs/cpanato-patch-1
Browse files Browse the repository at this point in the history
update gh permissions
  • Loading branch information
k8s-ci-robot authored Oct 29, 2024
2 parents 5938bd1 + c914e03 commit 47ba457
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Codespell
on:
pull_request:

permissions: {}

jobs:
codespell:
runs-on: ubuntu-latest
Expand All @@ -16,4 +18,3 @@ jobs:
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true

2 changes: 2 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
pull_request:
paths: "docs/**"

permissions: {}

jobs:
lint_docs:
name: Broken Links
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ name: Lint
on:
pull_request:

permissions:
contents: read
permissions: {}

jobs:
golangci:
name: lint
runs-on: ubuntu-latest

permissions:
contents: read

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Expand Down

0 comments on commit 47ba457

Please sign in to comment.