Skip to content

Commit

Permalink
Merge pull request #7029 from rouault/backport_fix_perms
Browse files Browse the repository at this point in the history
backport.yml: try to fix permissions
  • Loading branch information
rouault committed Feb 29, 2024
2 parents 6e71c56 + 150d098 commit 78e3177
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/backport.yml
Expand Up @@ -5,12 +5,17 @@ on:
- closed
- labeled

permissions: {}
permissions:
contents: read

jobs:
backport:
runs-on: ubuntu-latest
name: Backport

permissions:
pull-requests: write

steps:
- name: Backport Bot
id: backport
Expand Down

0 comments on commit 78e3177

Please sign in to comment.