about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tools/nixery/server/storage/gcs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/server/storage/gcs.go b/tools/nixery/server/storage/gcs.go
index b9d70ef204..5cb673c151 100644
--- a/tools/nixery/server/storage/gcs.go
+++ b/tools/nixery/server/storage/gcs.go
@@ -20,7 +20,7 @@ import (
 var client = &http.Client{}
 
 // API scope needed for renaming objects in GCS
-const gcsScope = "https://www.googleapis.com/auth/devstorage"
+const gcsScope = "https://www.googleapis.com/auth/devstorage.read_write"
 
 type GCSBackend struct {
 	bucket  string