mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 04:35:44 +02:00
Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#16811)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4809265a0
commit
c5915dd6eb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/monthly-check.yml
vendored
4
.github/workflows/monthly-check.yml
vendored
|
@ -5,6 +5,10 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 1 * *"
|
- cron: "0 0 1 * *"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-usernames:
|
check-usernames:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue