From 0ca9a9ee6ee5493112395d313c3e5632b3d5d8f7 Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 21 Mar 2022 13:44:29 -0700 Subject: [PATCH] fix: allow post-dependabot action to edit workflows (#103) --- .github/workflows/post-dependabot.yml | 1 + lib/content/post-dependabot.yml | 1 + tap-snapshots/test/apply/full-content.js.test.cjs | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index a575aff0..a71971e1 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -6,6 +6,7 @@ on: pull_request # https://docs.github.com/en/rest/overview/permissions-required-for-github-apps permissions: + actions: write contents: write jobs: diff --git a/lib/content/post-dependabot.yml b/lib/content/post-dependabot.yml index 5daa4cbf..da58eaf7 100644 --- a/lib/content/post-dependabot.yml +++ b/lib/content/post-dependabot.yml @@ -5,6 +5,7 @@ on: # https://docs.github.com/en/rest/overview/permissions-required-for-github-apps permissions: + actions: write contents: write jobs: diff --git a/tap-snapshots/test/apply/full-content.js.test.cjs b/tap-snapshots/test/apply/full-content.js.test.cjs index 369b6917..41b8902f 100644 --- a/tap-snapshots/test/apply/full-content.js.test.cjs +++ b/tap-snapshots/test/apply/full-content.js.test.cjs @@ -301,6 +301,7 @@ on: pull_request # https://docs.github.com/en/rest/overview/permissions-required-for-github-apps permissions: + actions: write contents: write jobs: @@ -963,6 +964,7 @@ on: pull_request # https://docs.github.com/en/rest/overview/permissions-required-for-github-apps permissions: + actions: write contents: write jobs: