We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4364375 commit ef1888cCopy full SHA for ef1888c
dagger/SETUP.md
@@ -70,7 +70,7 @@ gcloud iam service-accounts keys create key.json \
70
71
```sh {"id":"01JC48Q5C34FBCHQX9R01ED9R5"}
72
gcloud secrets create "credentials" --replication-policy="automatic"
73
-gcloud secrets versions add "credentials" --data-file=~/key.json
+gcloud secrets versions add "credentials" --data-file=./key.json
74
gcloud secrets create "artifacts_repo" --replication-policy="automatic"
75
echo "runme-docs" | gcloud secrets versions add "artifacts_repo" --data-file=-
76
```
0 commit comments