Skip to content

Commit

Permalink
ci: don't persist Git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Sep 23, 2023
1 parent e0a0bc1 commit 598112e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Install Rust
uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Prepare environment
shell: bash
Expand Down

0 comments on commit 598112e

Please sign in to comment.