ci: Add permissions to workflows (#9395)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -10,6 +10,8 @@ on:
|
|||||||
env:
|
env:
|
||||||
NODE_VERSION: 22.4.1
|
NODE_VERSION: 22.4.1
|
||||||
PARSE_SERVER_TEST_TIMEOUT: 20000
|
PARSE_SERVER_TEST_TIMEOUT: 20000
|
||||||
|
permissions:
|
||||||
|
actions: write
|
||||||
jobs:
|
jobs:
|
||||||
check-code-analysis:
|
check-code-analysis:
|
||||||
name: Code Analysis
|
name: Code Analysis
|
||||||
|
|||||||
Reference in New Issue
Block a user