From a54f895ea9d6f14a559f680681fd3eb6c4035e9b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 16 Feb 2025 15:31:17 +0100 Subject: [PATCH] chore(ci): don't persist credentials --- .github/workflows/binance-lev-tier-update.yml | 2 ++ .github/workflows/deploy-docs.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index 844a6c8f5..d58e7bf36 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -16,6 +16,8 @@ jobs: name: develop steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index fec46138a..6577bf38b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,6 +20,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + persist-credentials: true - name: Set up Python uses: actions/setup-python@v5