We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13e9ed commit 963c984Copy full SHA for 963c984
.github/workflows/template_flaky_tests.yml
@@ -34,6 +34,7 @@ jobs:
34
name: Flaky-Tests
35
runs-on: ubuntu-slim
36
permissions:
37
+ checks: read
38
contents: read
39
steps:
40
- name: Find flaky tests
README.md
@@ -190,7 +190,9 @@ on:
190
jobs:
191
flaky-tests:
192
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@8b3899b42a8bc3eb63645192e2c7974a80069063 # v12.0.0
193
- permissions: {}
+ permissions:
194
195
+ contents: read
196
with:
197
# identifier for the slack channel
198
slack-channel-id: 45678787976
0 commit comments