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:
parent
57c162d4d5
commit
db5a38da7b
5
.github/workflows/generate_changelog.yml
vendored
5
.github/workflows/generate_changelog.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user