Skip to content

Commit

Permalink
fix: github-actions[bot] permission denied (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaostudy authored Sep 10, 2024
1 parent d2836d7 commit c2d56f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
types: [ closed ]

permissions: write-all

jobs:
update-dependabot-config:
if: github.event.pull_request.merged
Expand Down Expand Up @@ -42,4 +44,3 @@ jobs:
commiter: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
commit-message: "chore(ci): update dependabot config"
continue-on-error: true

0 comments on commit c2d56f0

Please sign in to comment.