You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,13 +269,22 @@ regardless of the authentication mechanism.
269
269
https://cloud.google.com. Trusted Partner Cloud and Google Distributed
270
270
Hosted Cloud should set this to their universe address.
271
271
272
-
You can also override individual API endpoints by setting the environment variable `GHA_ENDPOINT_OVERRIDE_<endpoint>` where endpoint is the API endpoint to override. This only applies to the `auth` action and does not persist to other steps. For example:
272
+
You can also override individual API endpoints by setting the environment
273
+
variable `GHA_ENDPOINT_OVERRIDE_<endpoint>` where endpoint is the API
274
+
endpoint to override. This only applies to the `auth` action and does not
0 commit comments