Skip to content

Commit f28af77

Browse files
authored
host key
1 parent 5ae2e7d commit f28af77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-gql-v1beta2-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: 'Update data'
2020
run: |-
2121
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'"
22+
ssh -o StrictHostKeyChecking=no -i pk.key [email protected] "sudo -i sh -c 'cd pokeapi && make update-graphql-data-prod'"

0 commit comments

Comments
 (0)