Skip to content

Commit 90055fd

Browse files
authored
Fix build website action (#714)
1 parent c982d57 commit 90055fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build-website/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ runs:
8787

8888
- name: "Render Documentation for Terraform Components"
8989
shell: bash
90+
env:
91+
PUBLIC_REPO_ACCESS_TOKEN: ${{ inputs.repo_access_token }}
9092
run: |
9193
./scripts/render-docs-for-components.sh
9294

0 commit comments

Comments
 (0)