From 2ec24ce70ecefbcfb5286de5be265b0bec44fc9d Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 21 Jan 2025 15:53:52 -0500 Subject: [PATCH] update workflows removes `persist-credentials` from dependency workflow --- .github/workflows/dependencies.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 30b4829..bb425a7 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -24,7 +24,6 @@ jobs: with: token: ${{ secrets.ACCESS_TOKEN }} ref: development - persist-credentials: false - name: Set up Python uses: actions/setup-python@v5