From 9a5c5ca6cc6c98513d4b831019e01abe21b3aa74 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Thu, 27 Jul 2023 15:40:47 +0200 Subject: [PATCH] fix(ci): don't persist github credentials before publish --- .github/workflows/build-test-publish-on-push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test-publish-on-push.yml b/.github/workflows/build-test-publish-on-push.yml index 911f562..56f6054 100644 --- a/.github/workflows/build-test-publish-on-push.yml +++ b/.github/workflows/build-test-publish-on-push.yml @@ -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 @@ -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