Skip to content

Commit e0085c2

Browse files
authored
ci(ci): set job permissions (#197)
1 parent 913c8c1 commit e0085c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
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-postgres.yml@v5
2023
with:
2124
license-check: true

0 commit comments

Comments
 (0)