Skip to content

Commit 527cd47

Browse files
committed
fix bug
1 parent d3ebb4b commit 527cd47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-qe-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup SSH
1919
uses: webfactory/ssh-agent@v0.9.1
2020
with:
21-
ssh-private-key: ${{ secrets.QUERY_ENGINE_KEY }}
21+
ssh-private-key: ${{ secrets.QUERY_ENGINE_SUITE_KEY }}
2222

2323
- name: Set Git user
2424
run: |

0 commit comments

Comments
 (0)