Skip to content

Commit

Permalink
chore: fix workflow permissions (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 1, 2024
1 parent b58ce52 commit e01f2d3
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 @@ -15,7 +15,9 @@ on:
- created

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

Expand Down

0 comments on commit e01f2d3

Please sign in to comment.