Skip to content

Commit 6d745e0

Browse files
authored
fix: perms
1 parent f28af77 commit 6d745e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- name: 'Update data'
2020
run: |-
2121
echo "$GCP_STAGING_GRAPHQL1_VM_SSH_PRIVATE_KEY" > pk.key
22+
chmod 400 pk.key
2223
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)