Skip to content

Commit 95a1e56

Browse files
committed
ci: generate-changelog workflow
1 parent b5f8d24 commit 95a1e56

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: generate_changelog
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
generate_changelog:
10+
uses: dfinity/ci-tools/.github/workflows/generate-changelog.yaml@main
11+
with:
12+
token_app_id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
13+
environment: release
14+
owner: ${{ github.repository_owner }}
15+
repository: ${{ github.event.repository.name }}
16+
secrets:
17+
token_private_key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }}

0 commit comments

Comments
 (0)