diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ea9214..67edc42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,6 +73,8 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js 20 uses: actions/setup-node@v4 with: