Change a deprecated IAM role in the bootstrap script

This is causing the integration test GitHub Actions to fail before they even start to run tests
This commit is contained in:
Chris Hawk 2025-07-29 15:55:10 -07:00 committed by GitHub
commit a0e3476abf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ SERVICE_LIST=(
REQUIRED_ROLE_LIST=(
"roles/storage.objectAdmin"
"roles/storage.legacyBucketReader"
"roles/storage.bucketViewer"
"roles/storage.objectCreator"
"roles/source.admin"
)
@ -69,4 +69,4 @@ gsutil cp ./test-fixtures/cloud-function.zip "${BUCKET_NAME}"
# The following is hard to automate, so echo
echo "Done! It may take up to 10 minutes for some of the changes to fully propagate."
echo "Done! It may take up to 10 minutes for some of the changes to fully propagate."