From 2df929c7cd6664d5f59cea42532cc74673af4f84 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 30 Sep 2024 12:49:00 +0300 Subject: [PATCH] chore: update --- .github/workflows/auto-update-icons.yml | 2 ++ .github/workflows/lint.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/auto-update-icons.yml b/.github/workflows/auto-update-icons.yml index f367baeecef65..fd0112fbbeabc 100644 --- a/.github/workflows/auto-update-icons.yml +++ b/.github/workflows/auto-update-icons.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 + with: + persist-credentials: false - uses: taiga-family/ci/actions/setup/variables@v1.87.6 - uses: taiga-family/ci/actions/setup/node@v1.87.6 - name: Lucide icons diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 43f77cee2a038..8795186437f72 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 + with: + persist-credentials: false - uses: taiga-family/ci/actions/setup/variables@v1.87.6 - uses: taiga-family/ci/actions/setup/node@v1.87.6 - run: npm run typecheck