From c35d61279f25b7311af349f82276479b76ca4b3b Mon Sep 17 00:00:00 2001 From: mark roberts Date: Mon, 16 Oct 2023 11:57:22 +0100 Subject: [PATCH] documentation fix --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 279379a6..64b9f508 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -4,7 +4,7 @@ on: pull_request: branches: - main - + permissions: read-all jobs: @@ -16,7 +16,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs and push changes back to PR - uses: terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # v1.0.0 + uses: terraform-docs/gh-actions@18dc76d9b2e3c746cf6f8e073c7fa7df16dcf620 # v1.0.0 with: working-dir: . output-file: README.md