This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 534e1cb0dbf Add artifactregistry.writer to service account (#36756)
534e1cb0dbf is described below

commit 534e1cb0dbfd839b17929d7d1b07227a6696ad3c
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Wed Nov 19 16:40:35 2025 +0200

    Add artifactregistry.writer to service account (#36756)
---
 infra/iam/users.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infra/iam/users.yml b/infra/iam/users.yml
index 30e5b0e4511..adfc086ec9b 100644
--- a/infra/iam/users.yml
+++ b/infra/iam/users.yml
@@ -212,6 +212,7 @@
   permissions:
   - role: roles/artifactregistry.createOnPushWriter
   - role: roles/artifactregistry.reader
+  - role: roles/artifactregistry.writer
   - role: roles/autoscaling.metricsWriter
   - role: roles/bigquery.dataEditor
   - role: roles/bigtable.admin

Reply via email to