Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
fix: replace by ghtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMaliszewski committed Nov 4, 2021
1 parent aba61ef commit 1535ed4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:
steps:
- uses: actions/[email protected]
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/[email protected]
with:
Expand All @@ -73,4 +72,4 @@ jobs:
env:
HUSKY: 0
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 1535ed4

Please sign in to comment.