Skip to content

Commit 6df2593

Browse files
committed
fix: github action
1 parent e5b116a commit 6df2593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818
with:
19-
fetch-depth: 0
20-
token: ${{ secrets.CI_GITHUB_TOKEN }}
19+
persist-credentials: false
2120
- name: Install
2221
run: yarn install --frozen-lockfile
2322
- name: Build

0 commit comments

Comments
 (0)