From 9a842eaee062b78fca17334da263988a6a791d70 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 30 Mar 2025 22:39:50 +0100 Subject: [PATCH] ci: restore job level permissions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 96187fd..e00bed4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ permissions: jobs: test: + permissions: + contents: write + pull-requests: write uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5 ``` @@ -66,6 +69,9 @@ permissions: jobs: test: + permissions: + contents: write + pull-requests: write uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5 with: lint: true