Skip to content

Commit de9f250

Browse files
authored
fix: the self-generate-changelog workflow (#56)
1 parent f9a9ab4 commit de9f250

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/self-generate-changelog.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ concurrency:
99
group: main-${{ github.workflow }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
generate_changelog:
1417
uses: ./.github/workflows/generate-changelog.yaml
1518
with:
1619
token_app_id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
20+
environment: create-prs
1721
secrets:
1822
token_private_key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }}

0 commit comments

Comments
 (0)