Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.2… #443

chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.2…

chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.2… #443

name: '🚀 Release Please'
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: ${{ vars.RP_APP_ID }}
private-key: ${{ secrets.RP_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@v5
with:
token: ${{ steps.app-token.outputs.token }}
release-type: terraform-module