Skip to content

Commit

Permalink
adding keyring method
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwolpert committed May 14, 2024
1 parent a557ca1 commit eb74a07
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 eb74a07

Please sign in to comment.