Skip to content

Commit ba4687f

Browse files
Add write permissions to workflows
1 parent d0dc64a commit ba4687f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build and Test
22

3+
permissions:
4+
contents: write
5+
statuses: write
6+
actions: read
7+
38
on:
49
issue_comment:
510
types:

0 commit comments

Comments
 (0)