From 87c38dbb7876589abb902020564a40c292ffedc8 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sun, 8 Oct 2023 20:34:59 +0200 Subject: [PATCH] fix: add permissions in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0a9b9df..8048569 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ on: jobs: test: + permissions: + contents: write + pull-requests: write uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 with: lint: true