mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 19: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
|
name: Codespell
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Add table
Reference in a new issue