Skip to content

Commit 3d3851d

Browse files
committed
ci(ci): set job permissions
1 parent 5b01e0f commit 3d3851d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
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)