Skip to content

Commit c4c9a76

Browse files
authored
chore(ci): fix failure ci due to unavailable token (#332)
1 parent 626c290 commit c4c9a76

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
steps:
3838
- name: Checkout source code
3939
uses: actions/checkout@v4
40-
with:
41-
submodules: recursive
42-
token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }}
43-
44-
- name: Make sure Cargo can clone private repositories
45-
run: |
46-
git config --global url."https://${{ secrets.GHA_KONG_BOT_READ_TOKEN }}@github.com".insteadOf https://github.com
4740

4841
- name: Setup cache
4942
uses: actions/cache@v4

0 commit comments

Comments
 (0)