Skip to content

Commit

Permalink
limit access in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
invernizzi committed Mar 25, 2024
1 parent ae2a188 commit a41c61b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/js-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
paths:
- 'js/**'
- '.github/workflows/**'

permissions:
contents: read
jobs:
unit-testing:
strategy:
Expand Down

0 comments on commit a41c61b

Please sign in to comment.