Skip to content

Commit

Permalink
fix(ci): don't persist github credentials before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jul 27, 2023
1 parent 4e25073 commit 9a5c5ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: 'Setup git coordinates for early failure detection'
run: |
git remote rm origin
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/download-artifact@v3
with:
name: coverage-artifacts
Expand Down

0 comments on commit 9a5c5ca

Please sign in to comment.