Skip to content

Commit 28396cf

Browse files
authored
fix: dependabot permissions (#71)
1 parent 05f0db1 commit 28396cf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/post-dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
name: "Post Dependabot Actions"
44
on: pull_request
55

6+
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
7+
permissions:
8+
contents: write
9+
610
jobs:
711
Install:
812
runs-on: ubuntu-latest

lib/content/post-dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
name: "Post Dependabot Actions"
44
on: pull_request
55

6+
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
7+
permissions:
8+
contents: write
9+
610
jobs:
711
Install:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)