Skip to content

Commit

Permalink
Add 'write' permissions for PRs in check-breaking-prs.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Feb 9, 2024
1 parent 0ee5931 commit 59da34f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-breaking-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: '0 8 * * *'
workflow_dispatch:

permissions:
actions: write

jobs:
pr-verify-job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59da34f

Please sign in to comment.