diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bc5c5b9..29f3e4ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,9 +60,8 @@ jobs: steps: - uses: actions/checkout@v2.3.5 with: - fetch-depth: "0" + fetch-depth: 0 persist-credentials: false - - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Use Node.js uses: actions/setup-node@v2.4.1 with: @@ -73,4 +72,4 @@ jobs: env: HUSKY: 0 NPM_TOKEN: ${{secrets.NPM_TOKEN}} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}