From 2df8c33294358b005967639c869095db3156ece6 Mon Sep 17 00:00:00 2001 From: james-otten-pan <69821911+james-otten-pan@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:59:55 -0400 Subject: [PATCH] Update GitHub Actions --- .github/workflows/deploy-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 26e330d22..f1698bcfb 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -157,6 +157,8 @@ jobs: needs: deploy if: ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' && !failure() && !cancelled() }} runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout repository