Skip to content

Commit b2fbd9e

Browse files
committed
chore: use token for checkout
1 parent 753b21f commit b2fbd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
16-
fetch-depth: 0
16+
token: ${{ secrets.GH_TOKEN }}
1717

1818
- name: git config
1919
run: |

0 commit comments

Comments
 (0)