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 007964c commit 7d1c3d6Copy full SHA for 7d1c3d6
.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
jobs:
12
test:
13
name: Rust ${{matrix.rust}}
0 commit comments