fix(security): remove duplicate permissions causing workflow validation failure (#475)
The permissions block had duplicate security-events and actions keys, which caused YAML validation errors and prevented workflow execution. Fixes: workflow file validation failures on main branch
This commit is contained in:
parent
ccccf3b7ea
commit
6b5307214f
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
@ -16,8 +16,6 @@ permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
actions: read
|
||||
security-events: write
|
||||
actions: read
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Loading…
Reference in New Issue
Block a user