Skip to content

Commit 3f42616

Browse files
authored
Merge pull request rails#50214 from zzak/gha/rails-new-docker/read-permissions-only
Ensure all GH Actions set to read-only contents
2 parents c4fbb0f + 32fa741 commit 3f42616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rails-new-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: rails-new-docker
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
env:
69
APP_NAME: devrails
710
APP_PATH: dev/devrails

0 commit comments

Comments
 (0)