Skip to content

Commit e30dcac

Browse files
committed
Correct fuzz test token permission
1 parent 5c110c5 commit e30dcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Runtime Fuzz Testing
44
# https://github.com/ossf/scorecard/blob/2ef20f17fb2e64147c83440cd2c769653454015a/docs/checks.md#token-permissions
55
permissions:
66
# top-level permissions must be defined for security reasons.
7-
contents: read
7+
packages: read
88

99
on:
1010
workflow_dispatch:

0 commit comments

Comments
 (0)