Skip to content

Commit

Permalink
Update docs/usage/docker.md
Browse files Browse the repository at this point in the history
Co-authored-by: HonkingGoose <[email protected]>
  • Loading branch information
nielsbasjes and HonkingGoose authored Jun 16, 2021
1 parent 959d912 commit a8c76d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Assume you are running GitLab CI in the Google Cloud, and you are storing your D
Access to the GCR uses Bearer token based authentication.
This token can be obtained by running `gcloud auth print-access-token`, which requires the Google Cloud SDK to be installed.

Storing the bearer token for subsequent builds in a variable (like you can do with the `RENOVATE_TOKEN`) is not an option because the token expires after 60 minutes.
The token expires after 60 minutes so you cannot store it in a variable for subsequent builds (like you can with `RENOVATE_TOKEN`).

When running Renovate in this context the Google access token must be retrieved and injected into the `hostRules` configuration just before Renovate is started.

Expand Down

0 comments on commit a8c76d1

Please sign in to comment.