We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a9ab4 commit de9f250Copy full SHA for de9f250
1 file changed
.github/workflows/self-generate-changelog.yaml
@@ -9,10 +9,14 @@ concurrency:
9
group: main-${{ github.workflow }}
10
cancel-in-progress: true
11
12
+permissions:
13
+ contents: write
14
+
15
jobs:
16
generate_changelog:
17
uses: ./.github/workflows/generate-changelog.yaml
18
with:
19
token_app_id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
20
+ environment: create-prs
21
secrets:
22
token_private_key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }}
0 commit comments