From 651eefc45e565893e9e7782d44dd5eafd3214e66 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Thu, 17 Apr 2025 15:50:39 +0200 Subject: [PATCH] github actions: add permissions --- .github/workflows/node.js.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7b1a807..eafdda8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -3,6 +3,10 @@ name: Node.js CI +permissions: + contents: read + pull-requests: write + on: push: branches: [ "master" ]