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 5ae2e7d commit f28af77Copy full SHA for f28af77
.github/workflows/update-gql-v1beta2-data.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: 'Update data'
20
run: |-
21
echo "$GCP_STAGING_GRAPHQL1_VM_SSH_PRIVATE_KEY" > pk.key
22
- ssh -i pk.key [email protected] "sudo -i sh -c 'cd pokeapi && make update-graphql-data-prod'"
+ ssh -o StrictHostKeyChecking=no -i pk.key [email protected] "sudo -i sh -c 'cd pokeapi && make update-graphql-data-prod'"
0 commit comments