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: CI.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,12 @@ Those jobs often have matrix run strategy which runs several different variation
89
89
### Google Cloud Platform Credentials
90
90
91
91
Some of the jobs require variables stored as [GitHub Secrets](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets)
92
-
to perform operations on Google Cloud Platform. Currently these jobs are limited to Apache repository only.
92
+
to perform operations on Google Cloud Platform.
93
93
These variables are:
94
94
*`GCP_SA_EMAIL` - Service account email address. This is usually of the format `<name>@<project-id>.iam.gserviceaccount.com`.
95
95
*`GCP_SA_KEY` - Service account key. This key should be created and encoded as a Base64 string (eg. `cat my-key.json | base64` on macOS).
96
96
97
-
Service Account shall have following permissions:
97
+
Service Account shall have following permissions ([IAM roles](https://cloud.google.com/iam/docs/understanding-roles)):
0 commit comments