We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afb0e1 commit a076ec1Copy full SHA for a076ec1
.github/workflows/check.yml
@@ -1,3 +1,5 @@
1
+permissions:
2
+ contents: read
3
on:
4
push:
5
branches: [main]
@@ -20,6 +22,9 @@ jobs:
20
22
clippy:
21
23
runs-on: ubuntu-latest
24
name: ${{ matrix.toolchain }} / clippy
25
+ permissions:
26
27
+ checks: write
28
strategy:
29
fail-fast: false
30
matrix:
.github/workflows/nostd.yml
.github/workflows/safety.yml
.github/workflows/scheduled.yml
.github/workflows/test.yml
0 commit comments