0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00
terraform-provider-proxmox/.github/workflows/release-please.yml
renovate[bot] b526e756a3
chore(ci): update googleapis/release-please-action action (v4.1.4 → v4.2.0) (#1812)
| datasource  | package                          | from   | to     |
| ----------- | -------------------------------- | ------ | ------ |
| github-tags | googleapis/release-please-action | v4.1.4 | v4.2.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 21:21:32 +00:00

28 lines
797 B
YAML

name: Release Please
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
release-please:
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Generate Short Lived OAuth App Token
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
owner: "${{ github.repository_owner }}"
repositories: "${{ github.event.repository.name }}"
- name: Create / Update Release PR
uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
with:
token: "${{ steps.app-token.outputs.token }}"