diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f3a28682..06f31411e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Get Code uses: actions/checkout@v3 + with: + persist-credentials: false - name: Use Node JS ${{ matrix.node-version }} uses: actions/setup-node@v1 with: