Skip to content

Commit

Permalink
ci: opt-out of checkout persist credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Aug 25, 2023
1 parent 95bff62 commit dcb838e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
with:
persist-credentials: false
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -41,6 +43,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
with:
persist-credentials: false
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit dcb838e

Please sign in to comment.