Skip to content

Commit 3af95be

Browse files
Merge pull request #59 from jonashellmann/add-permissions-to-workflow
Add permissions to workflow
2 parents 963f4c7 + e0a476b commit 3af95be

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)