Skip to content

Commit

Permalink
fix: set correct permissions for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Apr 9, 2024
1 parent 3ef7c28 commit 786b4fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
pull_request:
workflow_dispatch:

permissions:
contents: read
security-events: write
pull-requests: read
checks: write

jobs:
test:
uses: lvlcn-t/meta/.github/workflows/test.yml@main
Expand Down

0 comments on commit 786b4fe

Please sign in to comment.