Skip to content

Commit

Permalink
Can we upload a file?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 22, 2024
1 parent 313bde1 commit fb61dce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
# Connect to GCP bucket
# Use Github Actions marketplace
- name: Connect to GCP bucket
- name: Upload file to GCP bucket
run: |
gcloud auth activate-service-account test-dashboard-cloud-run@moz-mobile-tools.iam.gserviceaccount.com --key-file=/tmp/gce-cloudsql-proxy/key.json --project=moz-mobile-tools
echo "Hello World!" >> hello.txt
gcloud auth activate-service-account test-dashboard-cloud-run@moz-mobile-tools.iam.gserviceaccount.com --key-file=/tmp/gce-cloudsql-proxy/key.json --project=moz-mobile-tools
gcloud storage cp hello.txt gs://backups-testrail-test-suites

0 comments on commit fb61dce

Please sign in to comment.