mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-23 03:48: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
|
name: Generate changelog for main branch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- with:
|
||||||
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Generate changelog
|
- name: Generate changelog
|
||||||
uses: charmixer/auto-changelog-action@v1
|
uses: charmixer/auto-changelog-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
release_branch: main
|
release_branch: main
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
@ -31,3 +33,4 @@ jobs:
|
|||||||
commit_message: Update CHANGELOG.md
|
commit_message: Update CHANGELOG.md
|
||||||
branch: main
|
branch: main
|
||||||
file_pattern: CHANGELOG.md
|
file_pattern: CHANGELOG.md
|
||||||
|
push_options: --force
|
||||||
|
Loading…
Reference in New Issue
Block a user