Skip to content

Commit 3828c8b

Browse files
committed
Update README: Clarify example for granting permissions to the Service Account
1 parent 4c20b86 commit 3828c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Workload Identity Federation allows GitHub Actions to authenticate to GCP withou
116116

117117
4. **Grant permissions to the Service Account:**
118118
```bash
119-
# Example: Grant Artifact Registry and Cloud Run permissions
119+
# Example: Grant Artifact Registry
120120
gcloud projects add-iam-policy-binding ${PROJECT_ID} \
121121
--member="serviceAccount:github-actions-sa@${PROJECT_ID}.iam.gserviceaccount.com" \
122122
--role="roles/artifactregistry.writer"

0 commit comments

Comments
 (0)