We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0ad2d commit 0c4b2deCopy full SHA for 0c4b2de
.github/workflows/lint.yml
@@ -53,6 +53,8 @@ jobs:
53
rustfmt:
54
name: Rustfmt
55
runs-on: ubuntu-latest
56
+ permissions:
57
+ contents: read
58
steps:
59
- uses: actions/checkout@v4
60
with:
.github/workflows/release.yml
@@ -26,6 +26,8 @@ jobs:
26
27
upload-crates-io:
28
29
30
31
32
33
0 commit comments