From 21a1ba0738d8b732639999029c4ff40b6e121bb4 Mon Sep 17 00:00:00 2001 From: Xymanek Date: Wed, 25 Sep 2024 19:19:43 +0300 Subject: [PATCH] Add required permission to README.md (#84) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01ca180..b461c8d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ on: [pull_request] jobs: node_test: + permissions: + # Default permissions (matching what would be set if the permissions section was missing at all) + contents: read + packages: read + + # Need to add these 2 for eslint-annotate-action + pull-requests: read + checks: write runs-on: ubuntu-latest steps: