Skip to content

Commit 1f4a666

Browse files
authored
Merge pull request #9547 from arpitjain099/chore/declare-workflow-perms
ci: declare contents:read on sync-ruby workflow
2 parents 5c535b0 + e3e4053 commit 1f4a666

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sync-ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Sync ruby
22
on:
33
push:
44
branches: [master]
5+
permissions:
6+
contents: read
7+
58
jobs:
69
sync:
710
name: Sync ruby

0 commit comments

Comments
 (0)