summaryrefslogtreecommitdiffstats
path: root/.github/workflows/coveralls.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coveralls.yml')
-rw-r--r--.github/workflows/coveralls.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index 3392edda4a..92fb6dd08b 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -12,8 +12,14 @@ on:
schedule:
- cron: '49 0 * * *'
+permissions:
+ contents: read
+
jobs:
coverage:
+ permissions:
+ checks: write # for coverallsapp/github-action to create new checks
+ contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2