Skip to content

Commit 3477617

Browse files
committed
Revert "ci: explicitly allow content read permission"
This reverts commit f6787ea.
1 parent f6787ea commit 3477617

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/deny.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Cargo Deny
22

3-
permissions:
4-
# Doing it explicitly because the default permission only includes metadata: read.
5-
contents: read
3+
permissions: {}
64

75
on:
86
workflow_dispatch:

.github/workflows/zizmor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Zizmor
22

3-
permissions:
4-
# Doing it explicitly because the default permission only includes metadata: read.
5-
contents: read
3+
permissions: {}
64

75
on:
86
workflow_dispatch:

0 commit comments

Comments
 (0)