diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 975950c..b6788f9 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js 18.x uses: actions/setup-node@v4 @@ -36,6 +38,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js 18.x uses: actions/setup-node@v4 @@ -66,6 +70,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + persist-credentials: false - name: Use Node.js 18.x uses: actions/setup-node@v4 with: @@ -123,6 +128,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js 18.x uses: actions/setup-node@v4 with: @@ -151,6 +158,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js 18.x uses: actions/setup-node@v4 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 22af5b1..9728d86 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: