We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375640c commit 117e79eCopy full SHA for 117e79e
.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