Skip to content

Commit

Permalink
fix(release): do not persist credentials when checking out
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed May 1, 2023
1 parent bd227ed commit bf181ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Install poetry
shell: bash
run: pipx install poetry
Expand Down

0 comments on commit bf181ac

Please sign in to comment.