Skip to content

Commit

Permalink
ci: Add permissions to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jan 18, 2025
1 parent 7d50d41 commit 0354a7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Tests

permissions:
contents: read
pull-requests: write

on: [push]

concurrency:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Static Analysis

permissions:
contents: read
pull-requests: write

on: [push]

concurrency:
Expand Down

0 comments on commit 0354a7e

Please sign in to comment.