mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:15:23 +02:00
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#16813)
This commit is contained in:
parent
a8d41a2679
commit
0e55adc056
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
@ -1,4 +1,6 @@
|
|||
name: Codespell
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Reference in a new issue