Skip to content

Commit 998d1d2

Browse files
committed
try key
1 parent 2de5a3b commit 998d1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs
2727
platform: linux/amd64 # test runner architecture only
2828
git-ref: ${{ github.head_ref }} # source code ref
29-
clone-key: ${{ secrets.GITAUTH }}
29+
clone-key: ${{ secrets.CI_ACTOR }}
3030

3131
# Heighliner chains.yaml config
3232
chain: noble

0 commit comments

Comments
 (0)