Skip to content

Commit 9bd2e27

Browse files
committed
Add explicit permissions block to integration-tests-benchmarks.yml
1 parent f9ae0d4 commit 9bd2e27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration-tests-benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

18+
permissions:
19+
contents: write
20+
pull-requests: write
21+
1822
jobs:
1923
test:
2024
name: Benchmarks

0 commit comments

Comments
 (0)