Skip to content

Commit a8782aa

Browse files
committed
chore: add missing permissions for pull-requests in workflows
1 parent 0f341a4 commit a8782aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
default: true
2323
required: false
2424
type: boolean
25+
permissions: {}
2526
jobs:
2627
validate:
2728
name: Static code validation

.github/workflows/on_push_main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
contents: write
1414
packages: write
1515
security-events: write
16+
pull-requests: write
1617
secrets:
1718
SF_DEVHUB_URL: ${{ secrets.SF_DEVHUB_URL }}
1819
METRICS_KEYS: ${{ secrets.METRICS_KEYS }}

0 commit comments

Comments
 (0)