Skip to content

Commit be87a63

Browse files
committed
fix: workflow permissions
1 parent 3f9aad7 commit be87a63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/aggregate_tested_versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
aggregate_tested_versions:
1212
name: Aggregate Tested Versions
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
actions: read
17+
pull-requests: write
1418

1519
steps:
1620
- name: Checkout code

0 commit comments

Comments
 (0)