diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5d546e..f40950d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + persist-credentials: false - name: Install dependencies run: yarn install - name: Run tests @@ -29,10 +30,12 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: '0' + persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + persist-credentials: false - run: yarn install - run: yarn lint - run: yarn build @@ -52,10 +55,12 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: '0' + persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + persist-credentials: false - run: yarn install - run: npx semantic-release env: