Skip to content

Commit 117e79e

Browse files
authored
chore(ci): fix changelog build permissions (#2519)
1 parent 375640c commit 117e79e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_changelog.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ on:
1919

2020
jobs:
2121
changelog:
22+
permissions:
23+
contents: write # create temporary branch to store changelog changes
24+
pull-requests: write # create PR with changelog changes
2225
uses: ./.github/workflows/reusable_publish_changelog.yml

0 commit comments

Comments
 (0)