Skip to content

Commit f728f10

Browse files
authored
ci: update generate changelog pipeline to use app token (#423)
1 parent ede16c0 commit f728f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
generate_changelog:
1010
uses: dfinity/ci-tools/.github/workflows/generate-changelog.yaml@main
1111
with:
12-
auto_merge: true
12+
token_app_id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
1313
secrets:
14-
token: ${{ secrets.GITHUB_TOKEN }}
14+
token_private_key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }}

0 commit comments

Comments
 (0)