We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d918a commit f6787eaCopy full SHA for f6787ea
2 files changed
.github/workflows/deny.yml
@@ -1,6 +1,8 @@
1
name: Cargo Deny
2
3
-permissions: {}
+permissions:
4
+ # Doing it explicitly because the default permission only includes metadata: read.
5
+ contents: read
6
7
on:
8
workflow_dispatch:
.github/workflows/zizmor.yml
name: Zizmor
0 commit comments