Skip to content

Commit 6a0825a

Browse files
committed
ci: Add explicit permissions to workflow jobs
- Add actions: read permission for workflow execution access - Add contents: read permission for repository content access - Scope down GitHub Token permissions following security best practices
1 parent 9f266dd commit 6a0825a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/on_merged_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- completed
88

99
permissions:
10+
actions: read
11+
contents: read
1012
issues: write
1113

1214
jobs:

0 commit comments

Comments
 (0)