Skip to content

Commit

Permalink
Merge pull request #9 from thorwolpert/main
Browse files Browse the repository at this point in the history
adding keyring method
  • Loading branch information
thorwolpert authored May 14, 2024
2 parents bbaee78 + eb74a07 commit c0d1dea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
```bash
gcloud init
```
Get your default credentials in place
Get your default credentials in place, choose one of:
```bash
gcloud auth application-default login
```
**or**
```bash
poetry self update && poetry self add keyrings.google-artifactregistry-auth
```
Register the python artifact repo as _sbc-connect_
```bash
export SBC_CONNECT_PYTHON_REPO_URL="https://northamerica-northeast1-python.pkg.dev/c4hnrd-tools/python/"
Expand Down

0 comments on commit c0d1dea

Please sign in to comment.