From 0497d1a84718b308abb37867943577b73d169a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Fri, 28 Jan 2022 08:53:21 +0100 Subject: [PATCH] ci: trigger pr previews on new commits --- .github/workflows/update-api-docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-api-docs.yaml b/.github/workflows/update-api-docs.yaml index 92b3aa8d..a0947a11 100644 --- a/.github/workflows/update-api-docs.yaml +++ b/.github/workflows/update-api-docs.yaml @@ -14,6 +14,7 @@ jobs: with: submodules: true fetch-depth: 0 + persist-credentials: false - name: Use Node.js 16 uses: actions/setup-node@v1