0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 19:43:00 +00:00
terraform-provider-proxmox/.github/workflows/release-please.yml
renovate[bot] 922d1ebd8a
chore(ci): update actions/create-github-app-token action (v2.0.2 → v2.0.3) (#1941)
| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v2.0.2 | v2.0.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-02 03:19:00 +00:00

28 lines
796 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
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 }}"