mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-09-06 10:36:02 -06:00
Potential fix for code scanning alert no. 6: Workflow does not contain permissions
feat: restrict workflow permissions to PoLP (principle of least privilege) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
53581dff6d
commit
5a436ef867
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -8,6 +8,8 @@
|
|||
# - Running a final integration check
|
||||
|
||||
name: CI
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue