From 6e5c508e258ef6faec10a4ef3d6ea60c4742cbf5 Mon Sep 17 00:00:00 2001 From: GuyTeichman <48219633+GuyTeichman@users.noreply.github.com> Date: Wed, 15 May 2024 14:59:42 +0300 Subject: [PATCH] checkout with persist-credentials: false --- .github/workflows/pyinstaller.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index d2a818e3..d151f5e0 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.VID_CHECKSUM_PAT }} + persist-credentials: false - name: Install dev requirements run: python -m pip install --upgrade -r requirements_dev.txt - name: Calculate checksums