chore: use new action #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@ec249b9f5b06b242e4ef6389fc4e32def07ec9fb | |
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" |