Skip to content

Commit 436bf09

Browse files
committed
just keep adding permissions till it works
1 parent ba3d570 commit 436bf09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
permissions:
1212
issues: write
1313
pull-requests: write
14-
contents: write
14+
contents: read
15+
actions: read
1516
strategy:
1617
matrix:
1718
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)