Skip to content

Commit

Permalink
fix(release-pr): grant permissions (#24935)
Browse files Browse the repository at this point in the history
Otherwise the workflow has no access to secrets, when run on a Dependabot merge.
  • Loading branch information
caugner authored Nov 4, 2024
1 parent e5e558f commit 70d53bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
concurrency:
group: ${{ github.workflow }}

permissions:
contents: write
pull-requests: write

jobs:
manage-release-pr:
name: Manage release PR
Expand Down

0 comments on commit 70d53bd

Please sign in to comment.