Skip to content

Commit

Permalink
ci: set explicit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 27, 2023
1 parent 5656cb7 commit a9372ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

permissions: {}

jobs:
test-unit:
name: Unit Tests
Expand Down

0 comments on commit a9372ec

Please sign in to comment.