From f221ab6b065ee793960eb4082dea156c3782960f Mon Sep 17 00:00:00 2001 From: hw Date: Wed, 29 Nov 2023 16:02:12 -0500 Subject: [PATCH] ci: give permissions to dependabot PRs to write to the repo --- .github/workflows/nodejs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 884829d..7c253ed 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,6 +9,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest