From 28396cfa6cbbddc375bd9da49d685b9c4dc2b790 Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 2 Mar 2022 08:35:54 -0800 Subject: [PATCH] fix: dependabot permissions (#71) --- .github/workflows/post-dependabot.yml | 4 ++++ lib/content/post-dependabot.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index aa9e8d78..3093c306 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -3,6 +3,10 @@ name: "Post Dependabot Actions" on: pull_request +# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps +permissions: + contents: write + jobs: Install: runs-on: ubuntu-latest diff --git a/lib/content/post-dependabot.yml b/lib/content/post-dependabot.yml index aa9e8d78..3093c306 100644 --- a/lib/content/post-dependabot.yml +++ b/lib/content/post-dependabot.yml @@ -3,6 +3,10 @@ name: "Post Dependabot Actions" on: pull_request +# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps +permissions: + contents: write + jobs: Install: runs-on: ubuntu-latest