Skip to content

Commit e01f2d3

Browse files
authored
chore: fix workflow permissions (#283)
1 parent b58ce52 commit e01f2d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ on:
1515
- created
1616

1717
permissions:
18-
contents: read
18+
contents: write
19+
issues: write
20+
pull-requests: write
1921
checks: write
2022
id-token: write
2123

0 commit comments

Comments
 (0)