Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b11eb37

Browse files
author
Tobiasz Kędzierski
committed
Improve CI documentation
Remove incorrect sentence Add link to GCP IAM Roles
1 parent 12004fd commit b11eb37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ Those jobs often have matrix run strategy which runs several different variation
8989
### Google Cloud Platform Credentials
9090

9191
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.
9393
These variables are:
9494
* `GCP_SA_EMAIL` - Service account email address. This is usually of the format `<name>@<project-id>.iam.gserviceaccount.com`.
9595
* `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).
9696

97-
Service Account shall have following permissions:
97+
Service Account shall have following permissions ([IAM roles](https://cloud.google.com/iam/docs/understanding-roles)):
9898
* Storage Object Admin (roles/storage.objectAdmin)
9999

100100
### GitHub Action Tips

0 commit comments

Comments
 (0)