From 754bdf3f6804f3e1a5a6321d16a12532dce0b844 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 11 May 2022 15:33:56 +0200 Subject: [PATCH] ci: persist credentials --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c30bda1..97968fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.GH_TOKEN }} + persist-credentials: false - name: Install dependencies run: npm i