Skip to content

Commit 0821dbf

Browse files
authored
Merge pull request #847 from aws-powertools/fix/changelog-write
chore(ci): update build_changelog.yml
2 parents 7dfd3b8 + 4d1b397 commit 0821dbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_changelog.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66

77
permissions:
88
contents: read
9-
9+
1010
jobs:
1111
changelog:
12+
permissions:
13+
contents: write # create temporary branch to store changelog changes
14+
pull-requests: write # create PR with changelog changes
1215
uses: ./.github/workflows/reusable_publish_changelog.yml

0 commit comments

Comments
 (0)