Skip to content

Commit f0a5bbe

Browse files
authored
Update build.yml
add permissions to build.yml
1 parent be6f8d4 commit f0a5bbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
77

88
name: Ruby
9-
9+
permissions:
10+
contents: read
11+
pull-requests: write
1012
on:
1113
push:
1214
branches:

0 commit comments

Comments
 (0)