Skip to content

Commit

Permalink
fix: dependabot permissions (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Mar 2, 2022
1 parent 05f0db1 commit 28396cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions lib/content/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28396cf

Please sign in to comment.