JD Stone
JD Stone
@shukla2112 @tuananhnguyen-ct How did you integrate the credentials into the GitHub workflow? It fails to pull the image from the private repo on this step. ```yaml - name: Run chart-testing...
@tuananhnguyen-ct I did that too; it looks like the problem is that the `docker` command does not exist. Did you have to find an action to install the `docker` command?
@tuananhnguyen-ct I misspoke; doesn't seem to be a problem with the `docker` command missing. Thank you. Will keep looking at it.
@tuananhnguyen-ct How did you get the service account JSON key into the Ubuntu image -- did you copy the JSON key file contents and paste it into a GitHub secret?
@tuananhnguyen-ct I have something like this: ```bash echo "Creating temporary GCP SA Key directory ..." GCP_SA_KEY=$(mktemp -d) echo ${{ secrets.GCP_SA_KEY }} >"${GCP_SA_KEY}/gcp_sa_key.json" echo "Logging in to GCR in temporary docker...
I completely understand. Thank you for your help.
Apparently this is broken again. :/ I downloaded the `GetModelDetails.json` file mentioned in this [post](https://github.com/rebane2001/matterport-dl/issues/55#issuecomment-1155649213) (above), but now, when running `matterport-dl.py https://my.matterport.com/show/?m=87ehWawBGLj`, I get the following: ``` Downloading base page......
@rileykarson Is this going to be reviewed soon? We're waiting on this fix.
@rileykarson @edwardmedia When will this PR be reviewed and merged? It's passed all the checks. We're really waiting on this fix.
**NOTE 1:** Apologies for posting this here since a temporary fix already exists in #72. **NOTE 2:** Please let me know if you'd like me to delete this comment. I...