We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfb0e6 commit f3f1689Copy full SHA for f3f1689
.github/workflows/build_changelog.yml
@@ -4,9 +4,9 @@ name: Build changelog
4
on:
5
workflow_dispatch:
6
7
-permissions:
8
- contents: write
9
-
10
jobs:
11
changelog:
+ permissions:
+ contents: write # create temporary branch to store changelog changes
+ pull-requests: write # create PR with changelog changes
12
uses: ./.github/workflows/reusable_publish_changelog.yml
0 commit comments