Skip to content

Commit

Permalink
chore: fix workflow permissions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Mar 1, 2024
1 parent 4aa5e00 commit 53c6936
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ concurrency:
cancel-in-progress: true

permissions:
contents: read
contents: write
issues: write
pull-requests: write
checks: write
id-token: write

Expand Down

0 comments on commit 53c6936

Please sign in to comment.