Skip to content

Commit e83ec65

Browse files
committed
Try giving it option user.
1 parent cb24f5f commit e83ec65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_gcp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: 'google-github-actions/ssh-compute@v1'
2626
with:
2727
instance_name: 'instance-1'
28+
project_id: 'deepgit'
29+
user: "user"
2830
zone: 'us-central1-f'
2931
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
3032
command: 'echo Hello world'

0 commit comments

Comments
 (0)