mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 05:24:01 +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:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- uses: google-github-actions/release-please-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
|
||||||
release-type: go
|
release-type: go
|
||||||
extra-files: |
|
extra-files: |
|
||||||
Makefile
|
Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user