Skip to content

Commit eb9c5af

Browse files
authored
Update permissions in PR workflow
Added permissions for actions to the workflow.
1 parent ddd074d commit eb9c5af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
permissions:
5757
contents: read
5858
security-events: write
59+
actions: read # TODO: remove once repository is public
5960
steps:
6061
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6162
with:

0 commit comments

Comments
 (0)