From c141da0c044c3335e59eacb00e6c3a16046d008a Mon Sep 17 00:00:00 2001 From: IiiigorGG Date: Thu, 22 Jul 2021 12:58:05 +0300 Subject: [PATCH] fix: remove action credentials persistence --- .github/workflows/create-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index fd4c280..a51d5eb 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -12,6 +12,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v1 with: