Skip to content

Commit

Permalink
ci: don't persist wrong git credentials on checkout (shapeshift#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdef1cafe authored Oct 6, 2021
1 parent 0b1bae4 commit 0e540c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- name: Cache dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 0e540c2

Please sign in to comment.