From bb59e17075cd8df05d810d88b98d842c9f0bd465 Mon Sep 17 00:00:00 2001 From: Dmitry Pankratov Date: Mon, 16 Dec 2024 08:51:43 +0100 Subject: [PATCH] Added `persist-credentials: false` in the CI --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cceba5a..a5d8b7a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + persist-credentials: false - run: git submodule update --init - run: sudo apt-get update && sudo apt-get install -yqq build-essential pkg-config libssl-dev libgtk-3-dev - run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}