We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c982d57 commit 90055fdCopy full SHA for 90055fd
.github/actions/build-website/action.yml
@@ -87,6 +87,8 @@ runs:
87
88
- name: "Render Documentation for Terraform Components"
89
shell: bash
90
+ env:
91
+ PUBLIC_REPO_ACCESS_TOKEN: ${{ inputs.repo_access_token }}
92
run: |
93
./scripts/render-docs-for-components.sh
94
0 commit comments