0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00

Fix changelog workflow (#69)

* fix signoff

* fix imported gpg key attributes propagation

* cleanup
This commit is contained in:
Pavel Boldyrev 2022-05-11 23:13:51 -04:00 committed by GitHub
parent d7b68a2049
commit e93505b297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 14 deletions

View File

@ -3,13 +3,13 @@ name: Generate CHANGELOG
on:
pull_request:
types: [closed]
types: [ closed ]
release:
types: [published]
types: [ published ]
issues:
types: [closed, edited]
types: [ closed, edited ]
workflow_dispatch:
@ -23,6 +23,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: Import GPG key
id: import_gpg_key
uses: crazy-max/ghaction-import-gpg@v2
with:
git_commit_gpgsign: true
@ -43,6 +44,6 @@ jobs:
branch: main
file_pattern: CHANGELOG.md
push_options: --force
commit_author: ${{ steps.import_gpg.outputs.name }} <${{ steps.import_gpg.outputs.email }}>
commit_user_email: ${{ steps.import_gpg.outputs.email }}
commit_user_name: ${{ steps.import_gpg.outputs.name }}
commit_author: ${{ steps.import_gpg_key.outputs.name }} <${{ steps.import_gpg_key.outputs.email }}>
commit_user_email: ${{ steps.import_gpg_key.outputs.email }}
commit_user_name: ${{ steps.import_gpg_key.outputs.name }}

View File

@ -1,13 +1,5 @@
# Changelog
## [Unreleased](https://github.com/bpg/terraform-provider-proxmox/tree/HEAD)
[Full Changelog](https://github.com/bpg/terraform-provider-proxmox/compare/v0.5.2...HEAD)
ENHANCEMENTS:
- Use bot account for changelog generation [\#68](https://github.com/bpg/terraform-provider-proxmox/pull/68) ([bpg](https://github.com/bpg))
## [v0.5.2](https://github.com/bpg/terraform-provider-proxmox/tree/v0.5.2) (2022-05-10)
[Full Changelog](https://github.com/bpg/terraform-provider-proxmox/compare/v0.5.1...v0.5.2)