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:
Will Sarg 2026-02-16 23:36:00 -05:00 committed by GitHub
parent ccccf3b7ea
commit 6b5307214f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,8 +16,6 @@ permissions:
contents: read
security-events: write
actions: read
security-events: write
actions: read
env:
CARGO_TERM_COLOR: always