Browse Source

Correct permissions key in backport bot config

pull/29645/head
rstoyanchev 3 years ago
parent
commit
f3360e4ee2
  1. 2
      .github/workflows/backport-bot.yml

2
.github/workflows/backport-bot.yml

@ -15,7 +15,7 @@ jobs: @@ -15,7 +15,7 @@ jobs:
permissions:
contents: read
issues: write
pull_request: write
pull_requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save