From bb1d6f1cc98c465a8cf08f7f9f903b1b1b0ced70 Mon Sep 17 00:00:00 2001 From: Zunaira Ahmad Date: Thu, 27 Jun 2024 10:29:45 -0700 Subject: [PATCH] Update documentation.yaml --- .github/workflows/documentation.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index a7401b8..868c3d7 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,9 +1,16 @@ name: Generate terraform docs +permissions: read-all + on: - pull_request jobs: docs: + permissions: + actions: write + contents: write + pull-requests: write + issues: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3