We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b1de1 commit 2125433Copy full SHA for 2125433
.github/workflows/testing-release-2-60-testing-test.yml
@@ -205,10 +205,11 @@ jobs:
205
- name: Fast checkout git repository erigontech/erigon-qa
206
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 ## 4.1.7 release
207
with:
208
- repository: "erigontech/erigon-qa"
+ token: ${{ secrets.ORG_GITHUB_ERIGONTECH_ERIGON_QA_READ }}
209
+ repository: erigontech/erigon-qa
210
fetch-depth: 1
- ref: 'main'
211
- path: 'erigon-qa'
+ ref: main
212
+ path: erigon-qa
213
214
- name: Checkout QA Tests Repository & Install Requirements
215
run: |
0 commit comments