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 056046d commit 1fcc1fbCopy full SHA for 1fcc1fb
.github/workflows/ci.yml
@@ -19,6 +19,9 @@ jobs:
19
uses: ./.github/workflows/playwright.yml
20
21
test:
22
+ permissions:
23
+ contents: write
24
+ pull-requests: write
25
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
26
needs: e2e
27
with:
.github/workflows/package-manager-ci.yml
@@ -16,4 +16,6 @@ on:
16
17
jobs:
18
+ contents: read
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5
0 commit comments