Skip to content

Commit e0a476b

Browse files
Add permissions to workflow
1 parent 963f4c7 commit e0a476b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Ruby
2-
32
on: [push, pull_request]
4-
3+
permissions:
4+
contents: read
55
jobs:
66
test:
7-
87
runs-on: ubuntu-latest
9-
108
steps:
119
- uses: actions/[email protected]
1210
- name: Set up Ruby

0 commit comments

Comments
 (0)