Skip to content

chore: update action #5

chore: update action

chore: update action #5

name: CDKTF Provider Docs Rollout
on:
push:
branches:
- cdktf-documentation-rollout
workflow_dispatch: {}
jobs:
cdktfDocs:
strategy:
matrix:
provider:
- repo: hashicorp/terraform-provider-null
fqn: "hashicorp/null"
uses: hashicorp/terraform-cdk/.github/workflows/registry-docs-pr-based.yml@8bba5cf973f12ea01f1299b11f246183e89845db
secrets:
# This token belongs to the team-tf-cdk github user. The user needs to have write permissions to the repository.
GH_PR_TOKEN: ${{ secrets.GH_TOKEN_CDKTF_PROVIDER_DOCUMENTATION }}
with:
repository: ${{ matrix.provider.repo }}
providerFqn: ${{ matrix.provider.fqn }}
languages: "typescript,python"
parallelFileConversions: 1
maxRunners: 20
cdktfRegistryDocsVersion: "1.14.2"