Skip to content

Commit 63418b5

Browse files
committed
Reduced permissions.contents from unneeded write to read
1 parent 43afdb7 commit 63418b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-remove-json-keys.py-changes-to-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
paths: "**/remove-json-keys.py"
55

66
permissions:
7-
contents: write
7+
contents: read
88

99
jobs:
1010
build:

.github/workflows/sync-translate-en-messages.py-changes-to-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
paths: "**/translate-en-messages.py"
55

66
permissions:
7-
contents: write
7+
contents: read
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)