From 12a6bffe333522125e86494c983e215e5599e796 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Tue, 23 Apr 2024 23:46:06 +0200 Subject: [PATCH] test --- .github/workflows/documentation-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation-update.yml b/.github/workflows/documentation-update.yml index 13bb9e6cf7..4a38d8a811 100644 --- a/.github/workflows/documentation-update.yml +++ b/.github/workflows/documentation-update.yml @@ -16,6 +16,8 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} + persist-credentials: false + token: ${{ secrets.PAT_GITHUB }} env: GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}