mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 21:14:05 +00:00
chore: use standard bot for release-please action
This commit is contained in:
parent
6123636089
commit
c60e03f984
9
.github/workflows/release-please.yml
vendored
9
.github/workflows/release-please.yml
vendored
@ -7,17 +7,8 @@ jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: crazy-max/ghaction-import-gpg@v5
|
||||
id: import_gpg_key
|
||||
with:
|
||||
git_commit_gpgsign: true
|
||||
git_user_signingkey: true
|
||||
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
|
||||
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
|
||||
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
release-type: go
|
||||
extra-files: |
|
||||
Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user