Skip to content

Commit

Permalink
ci: Add permissions to workflows (#9395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 30, 2024
1 parent 59b291d commit 4665b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
env:
NODE_VERSION: 22.4.1
PARSE_SERVER_TEST_TIMEOUT: 20000
permissions:
actions: write
jobs:
check-code-analysis:
name: Code Analysis
Expand Down

0 comments on commit 4665b59

Please sign in to comment.