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 a3c3515 commit 383f620Copy full SHA for 383f620
.github/workflows/libc.yml
@@ -3,6 +3,9 @@ name: Benchmark libc
3
on:
4
workflow_dispatch:
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
test:
11
strategy:
.github/workflows/test.yml
@@ -17,12 +17,17 @@ on:
17
- '**.yml'
18
19
20
21
22
23
24
25
26
matrix:
27
os: [macos-latest, ubuntu-latest, windows-latest]
28
runs-on: ${{ matrix.os }}
29
+ permissions:
30
+ contents: write
31
32
steps:
33
- uses: actions/checkout@v4
0 commit comments