Skip to content

Commit c0505f1

Browse files
IvanGoncharovyaacovCR
authored andcommitted
workflows: fix and cleanup permissions (graphql#3797)
1 parent 877b6c0 commit c0505f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mutation-testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 0 * * *' # run once every day at 00:00 UTC
6-
permissions:
7-
contents: read # to fetch code (actions/checkout)
6+
permissions: {}
87
jobs:
98
lint:
109
name: Run mutation testing
1110
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read # for actions/checkout
1213
steps:
1314
- name: Checkout repo
1415
uses: actions/checkout@v3

0 commit comments

Comments
 (0)