Browse Source

Restore top-level read permission for backport bot

pull/29671/head
rstoyanchev 2 years ago
parent
commit
aae46263cc
  1. 2
      .github/workflows/backport-bot.yml

2
.github/workflows/backport-bot.yml

@ -8,6 +8,8 @@ on: @@ -8,6 +8,8 @@ on:
push:
branches:
- '*.x'
permissions:
contents: read
jobs:
build:
permissions:

Loading…
Cancel
Save