We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626c290 commit c4c9a76Copy full SHA for c4c9a76
.github/workflows/tests.yml
@@ -37,13 +37,6 @@ jobs:
37
steps:
38
- name: Checkout source code
39
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
47
48
- name: Setup cache
49
uses: actions/cache@v4
0 commit comments