We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf41718 commit ac56d31Copy full SHA for ac56d31
1 file changed
.github/workflows/create-emulator-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: webfactory/ssh-agent@v0.9.1
17
with:
18
- ssh-private-key: ${{ secrets.SDK_KEY }}
+ ssh-private-key: ${{ secrets.EMULATOR_KEY }}
19
20
- name: Delete emulator branch
21
run: |
@@ -40,7 +40,9 @@ jobs:
40
41
42
43
+ ssh-private-key: |
44
+ ${{ secrets.EMULATOR_PRIVATE_KEY }}
45
+ ${{ secrets.SDK_KEY }}
46
47
- name: Checkout emulator repo
48
0 commit comments