diff options
author | Pedro Kaj Kjellerup Nacht <pnacht@google.com> | 2023-05-18 20:47:33 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-05-19 18:37:46 +0100 |
commit | 6fc5ffd4bd37e57a446faa73a0a65ca9f4e6ac1d (patch) | |
tree | c4ac9076ebc3e7fc60cb9da42ece8fcf28d2bc78 /.github/workflows/codespell.yml | |
parent | 4c177c904778c45ebd992b7f651af4f0039c550c (diff) | |
download | libfuse-6fc5ffd4bd37e57a446faa73a0a65ca9f4e6ac1d.tar.gz |
Add minimal token permissions
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r-- | .github/workflows/codespell.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5768d7c..1ae78d4 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -7,6 +7,9 @@ on: pull_request: branches: [master] +permissions: + contents: read + jobs: codespell: name: Check for spelling errors |