diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index cd570d0..5dca5eb 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -24,6 +24,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + persist-credentials: false - name: Use Node.js 14.x uses: actions/setup-node@v4 with: @@ -80,6 +81,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js 14.x uses: actions/setup-node@v4 with: @@ -107,6 +110,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js 14.x uses: actions/setup-node@v4 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c74e57c..37fed27 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + persist-credentials: false - name: Use Node.js 14.x uses: actions/setup-node@v4 with: