0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/.github/workflows/release-please.yml
renovate[bot] 3d48a97fb1
chore(ci): update actions/create-github-app-token action (v1.11.3 → v1.11.5) (#1773)
| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.11.3 | v1.11.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 05:23:06 -05: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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
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@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
token: "${{ steps.app-token.outputs.token }}"