Skip to content

Commit 30c6c3d

Browse files
committed
[GR-18163] CI: add GitHub token permissions for workflow (#2696)
PullRequest: truffleruby/3448
2 parents e44f6d6 + 50ea44d commit 30c6c3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Most of the CI is defined in ci.jsonnet.
33
name: CI
44
on: [push, pull_request]
5+
permissions:
6+
contents: read
7+
58
jobs:
69
lint:
710
name: lint

0 commit comments

Comments
 (0)