0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +00:00

Use bot PAT to generate changelog (#60)

This commit is contained in:
Pavel Boldyrev 2022-04-12 23:46:32 -04:00 committed by GitHub
parent 57c162d4d5
commit db5a38da7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,11 +19,13 @@ jobs:
name: Generate changelog for main branch
steps:
- uses: actions/checkout@v3
- with:
token: ${{ secrets.BOT_TOKEN }}
- name: Generate changelog
uses: charmixer/auto-changelog-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BOT_TOKEN }}
release_branch: main
- uses: stefanzweifel/git-auto-commit-action@v4
@ -31,3 +33,4 @@ jobs:
commit_message: Update CHANGELOG.md
branch: main
file_pattern: CHANGELOG.md
push_options: --force