We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c20b86 commit 3828c8bCopy full SHA for 3828c8b
1 file changed
README.md
@@ -116,7 +116,7 @@ Workload Identity Federation allows GitHub Actions to authenticate to GCP withou
116
117
4. **Grant permissions to the Service Account:**
118
```bash
119
- # Example: Grant Artifact Registry and Cloud Run permissions
+ # Example: Grant Artifact Registry
120
gcloud projects add-iam-policy-binding ${PROJECT_ID} \
121
--member="serviceAccount:github-actions-sa@${PROJECT_ID}.iam.gserviceaccount.com" \
122
--role="roles/artifactregistry.writer"
0 commit comments