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 24, 2023
1 parent 4caf698 commit d69404f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 d69404f

Please sign in to comment.