Skip to content

Commit f3f1689

Browse files
authored
Update build_changelog.yml
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 8cfb0e6 commit f3f1689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Build changelog
44
on:
55
workflow_dispatch:
66

7-
permissions:
8-
contents: write
9-
107
jobs:
118
changelog:
9+
permissions:
10+
contents: write # create temporary branch to store changelog changes
11+
pull-requests: write # create PR with changelog changes
1212
uses: ./.github/workflows/reusable_publish_changelog.yml

0 commit comments

Comments
 (0)