Skip to content

Commit 64183f3

Browse files
authored
Add permissions for contents in flaky tests workflow (#407)
1 parent 5ee6dc2 commit 64183f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/template_flaky_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
flaky-tests:
3434
name: Flaky-Tests
3535
runs-on: ubuntu-slim
36-
permissions: {}
36+
permissions:
37+
contents: read
3738
steps:
3839
- name: Find flaky tests
3940
uses: Staffbase/github-action-find-flaky-tests@166ee4950d01688cea6a229e6c20ba28ce66c645 # v0.3.1

0 commit comments

Comments
 (0)