1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 05:55: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:
Sebastiaan Speck 2025-06-16 06:17:04 +02:00 committed by GitHub
parent e4809265a0
commit c5915dd6eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 0 1 * *"
permissions:
contents: read
issues: write
jobs:
check-usernames:
runs-on: ubuntu-latest