We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37103e commit a2186a7Copy full SHA for a2186a7
.github/workflows/ci.yml
@@ -16,6 +16,9 @@ on:
16
17
jobs:
18
test:
19
+ permissions:
20
+ contents: write
21
+ pull-requests: write
22
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
23
with:
24
license-check: true
.github/workflows/package-manager-ci.yml
@@ -16,4 +16,6 @@ on:
+ contents: read
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5
0 commit comments