Skip to content

Commit 62a08b0

Browse files
committed
ci: opt-out of checkout persist credentials.
See actions/checkout#485
1 parent 534b1d1 commit 62a08b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@master
13+
with:
14+
persist-credentials: false
1315
- name: Install Rust
1416
uses: dtolnay/rust-toolchain@master
1517
with:
@@ -40,6 +42,8 @@ jobs:
4042
runs-on: ${{ matrix.os }}
4143
steps:
4244
- uses: actions/checkout@master
45+
with:
46+
persist-credentials: false
4347
- name: Install Rust
4448
uses: dtolnay/rust-toolchain@master
4549
with:

0 commit comments

Comments
 (0)