Skip to content

Commit

Permalink
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 cedcf63 commit ff00cd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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: windows-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: git submodule update --init
shell: bash
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
Expand All @@ -28,6 +30,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: git submodule update --init
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
- run: ci/build.bash cargo ${{ matrix.target }} vendor
Expand All @@ -44,6 +48,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 libqpdf-dev
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
Expand Down

0 comments on commit ff00cd2

Please sign in to comment.