From ef6ed2908c00b724d4cc2eb1f7a2310c407dd08c Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 7 Oct 2024 12:40:46 +0200 Subject: [PATCH] fix(ci): Test with real merge commits --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27322c8..b0e45f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + persist-credentials: false + fetch-depth: 0 + token: "${{ secrets.GITHUB_TOKEN }}" - name: Checkout protocols uses: actions/checkout@v4 with: