We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c5784 commit 3a0d9ceCopy full SHA for 3a0d9ce
1 file changed
.github/workflows/ci.yml
@@ -1,16 +1,9 @@
1
---
2
name: CI
3
-permissions:
4
- contents: read
+permissions: {}
5
6
on:
7
pull_request:
8
- branches:
9
- - master
10
- types:
11
- - opened
12
- - synchronize
13
- - reopened
14
push:
15
branches:
16
- master
@@ -25,6 +18,8 @@ jobs:
25
18
defaults:
26
19
run:
27
20
shell: ${{ matrix.shell }}
21
+ permissions:
22
+ contents: read
28
23
runs-on: ${{ matrix.os }}
29
24
strategy:
30
fail-fast: false
0 commit comments