Skip to content

Commit d5f1459

Browse files
committed
Reduced permissions.contents from unneeded write to read
1 parent e69195c commit d5f1459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-changes-to-ai-web-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths: ["**", "!.*"]
77

88
permissions:
9-
contents: write
9+
contents: read
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)