Skip to content

Commit 87d66c0

Browse files
authored
Merge pull request #264 from target/ci-persistence
Update CI workflow to disable credential persistence
2 parents ff35fac + 963e3a5 commit 87d66c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout current branch (full)
2525
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
26+
with:
27+
persist-credentials: false
2628
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v7.0.0
2729
with:
2830
extraKey: ${{ runner.os }}

0 commit comments

Comments
 (0)