From 35b1c4169f814a41c605ef28007e6fd66aa2e277 Mon Sep 17 00:00:00 2001 From: Divlo Date: Tue, 27 Jul 2021 19:52:24 +0200 Subject: [PATCH] ci(release): persist-credentials: false --- .github/workflows/Divlo.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Divlo.yml b/.github/workflows/Divlo.yml index 5863977..13bcc36 100644 --- a/.github/workflows/Divlo.yml +++ b/.github/workflows/Divlo.yml @@ -91,6 +91,9 @@ jobs: runs-on: 'ubuntu-latest' steps: - uses: 'actions/checkout@v2.3.4' + with: + fetch-depth: 0 + persist-credentials: false - name: 'Use Node.js' uses: 'actions/setup-node@v2.3.0'