We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ebb4b commit 527cd47Copy full SHA for 527cd47
1 file changed
.github/workflows/sync-qe-suite.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup SSH
19
uses: webfactory/ssh-agent@v0.9.1
20
with:
21
- ssh-private-key: ${{ secrets.QUERY_ENGINE_KEY }}
+ ssh-private-key: ${{ secrets.QUERY_ENGINE_SUITE_KEY }}
22
23
- name: Set Git user
24
run: |
0 commit comments