Skip to content

Commit

Permalink
chore: fix error in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Maren Sofie Ringsby <[email protected]>
  • Loading branch information
marensofier committed Sep 3, 2024
1 parent 3f7920a commit 7e43137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,13 @@ you can enable application default credentials using the sdk:
Using oauth tokens you can authorize by doing this:

.. code:: sh
$ export GOOGLE_OAUTH_ACCESS_TOKEN=<your access token>
Or if you are logged in you can authorize by generating an access token:

.. code:: sh
$ export GOOGLE_OAUTH_ACCESS_TOKEN="$(gcloud auth print-access-token)"
Expand Down

0 comments on commit 7e43137

Please sign in to comment.