mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 21:43:59 +00:00
fix workflow issues (#61)
This commit is contained in:
parent
70579a865f
commit
df13adfb8b
3
.github/workflows/generate_changelog.yml
vendored
3
.github/workflows/generate_changelog.yml
vendored
@ -19,13 +19,12 @@ jobs:
|
|||||||
name: Generate changelog for main branch
|
name: Generate changelog for main branch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
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.BOT_TOKEN }}
|
|
||||||
release_branch: main
|
release_branch: main
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user