Skip to content

Commit 2125433

Browse files
committed
test clone
1 parent 42b1de1 commit 2125433

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/testing-release-2-60-testing-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,11 @@ jobs:
205205
- name: Fast checkout git repository erigontech/erigon-qa
206206
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 ## 4.1.7 release
207207
with:
208-
repository: "erigontech/erigon-qa"
208+
token: ${{ secrets.ORG_GITHUB_ERIGONTECH_ERIGON_QA_READ }}
209+
repository: erigontech/erigon-qa
209210
fetch-depth: 1
210-
ref: 'main'
211-
path: 'erigon-qa'
211+
ref: main
212+
path: erigon-qa
212213

213214
- name: Checkout QA Tests Repository & Install Requirements
214215
run: |

0 commit comments

Comments
 (0)