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 2de5a3b commit 998d1d2Copy full SHA for 998d1d2
.github/workflows/e2e-tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs
27
platform: linux/amd64 # test runner architecture only
28
git-ref: ${{ github.head_ref }} # source code ref
29
- clone-key: ${{ secrets.GITAUTH }}
+ clone-key: ${{ secrets.CI_ACTOR }}
30
31
# Heighliner chains.yaml config
32
chain: noble
0 commit comments