We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2da6c commit b929e1dCopy full SHA for b929e1d
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
schedule: [cron: "40 1 * * *"]
7
8
+permissions:
9
+ contents: read
10
+
11
env:
12
RUSTFLAGS: -Dwarnings
13
0 commit comments