Skip to content

Commit 97681ed

Browse files
authored
Merge pull request #567 from github/jibrang/fix-permissions-issue
Add permissions to workflow
2 parents d2607e8 + 45ddce3 commit 97681ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# For our project, we generate this file through a build process from other source files.
55
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
66
name: Check dist/
7+
permissions:
8+
contents: read
9+
pull-requests: write
710

811
on:
912
push:

0 commit comments

Comments
 (0)