We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ac1a1 commit 8dd4e54Copy full SHA for 8dd4e54
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ jobs:
10
build:
11
12
runs-on: windows-latest
13
+ permissions:
14
+ contents: read
15
16
steps:
17
- uses: actions/checkout@v2
.github/workflows/release.yml
@@ -8,6 +8,8 @@ jobs:
8
9
0 commit comments