Skip to content

Commit cda4d4b

Browse files
authored
ci(ci): set job permissions (#413)
1 parent 5b93f1f commit cda4d4b

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
@@ -16,6 +16,9 @@ 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:
2124
license-check: true

0 commit comments

Comments
 (0)