Skip to content

Commit 4665b59

Browse files
authored
ci: Add permissions to workflows (#9395)
1 parent 59b291d commit 4665b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
env:
1111
NODE_VERSION: 22.4.1
1212
PARSE_SERVER_TEST_TIMEOUT: 20000
13+
permissions:
14+
actions: write
1315
jobs:
1416
check-code-analysis:
1517
name: Code Analysis

0 commit comments

Comments
 (0)