We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778e860 commit f69aee7Copy full SHA for f69aee7
.github/workflows/build_changelog.yml
@@ -19,4 +19,7 @@ on:
19
20
jobs:
21
changelog:
22
+ permissions:
23
+ contents: write # create temporary branch to store changelog changes
24
+ pull-requests: write # create PR with changelog changes
25
uses: ./.github/workflows/reusable_publish_changelog.yml
0 commit comments