Skip to content

Commit a2254ec

Browse files
committed
Made the uploaded report public
1 parent fcec71a commit a2254ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • functions-python/gtfs_change_tracker/src

functions-python/gtfs_change_tracker/src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def _upload_changelog(
273273
bucket = storage.Client().bucket(self.bucket_name)
274274
blob = bucket.blob(blob_path)
275275
blob.upload_from_string(json_bytes, content_type="application/json")
276+
blob.make_public()
276277
self.logger.info(
277278
"Uploaded changelog to gs://%s/%s", self.bucket_name, blob_path
278279
)

0 commit comments

Comments
 (0)