diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9df5b09..eb668bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + persist-credentials: false - name: Set-up node uses: actions/setup-node@v1 with: