Skip to content

Commit

Permalink
Added persist-credentials: false in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Dec 16, 2024
1 parent 537e756 commit bb59e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bb59e17

Please sign in to comment.