Skip to content

Commit fe8dd54

Browse files
authored
ci(ci): set job permissions (#252)
1 parent ecb67ff commit fe8dd54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ on:
1616

1717
jobs:
1818
test:
19+
permissions:
20+
contents: write
21+
pull-requests: write
1922
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
2023
with:
21-
lint: true
2224
license-check: true
25+
lint: true

0 commit comments

Comments
 (0)