mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Potential fix for code scanning alert no. 2: 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
d36f808493
commit
d19feeb36b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/web.yml
vendored
4
.github/workflows/web.yml
vendored
|
|
@ -21,6 +21,10 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
if: github.event_name == 'pull_request' && github.event.action != 'closed'
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue