Skip to content

Commit

Permalink
fix: allow post-dependabot action to edit workflows (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Mar 21, 2022
1 parent ac1f26e commit 0ca9a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions lib/content/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
permissions:
actions: write
contents: write

jobs:
Expand Down
2 changes: 2 additions & 0 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0ca9a9e

Please sign in to comment.