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