Skip to content

Commit 2ae9944

Browse files
authored
Merge pull request #1763 from codidact/0valt/ci-cd
Explicit permissions for the ci-cd workflow
2 parents bdc4d55 + be4225e commit 2ae9944

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ env:
1212
RAILS_ENV: test
1313
RUBY_VERSION: 3.2
1414

15+
permissions:
16+
actions: write
17+
contents: read
18+
issues: read
19+
pull-requests: read
20+
1521
jobs:
1622
rubocop:
1723
name: Rubocop checking

0 commit comments

Comments
 (0)