mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
afc87722c3
commit
d36f808493
1 changed files with 3 additions and 0 deletions
3
.github/workflows/directory.yml
vendored
3
.github/workflows/directory.yml
vendored
|
|
@ -73,6 +73,9 @@ jobs:
|
|||
|
||||
needs: build
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
if: github.event_name == 'push'
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue