fix(ci): add missing workflow permissions to resolve security alerts (#646)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/ci@main.yml
vendored
4
.github/workflows/ci@main.yml
vendored
@ -12,6 +12,10 @@ on:
|
||||
- 'rush.json'
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user