File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ pull fallback in.
9696For example [ gcr] ( https://cloud.google.com/artifact-registry/docs/reference/docker-api ) :
9797
9898```
99- cat ./registry-service-credentials.json | base64 | wrangler --env production secrets put REGISTRY_TOKEN
99+ cat ./registry-service-credentials.json | base64 | npx wrangler secret put REGISTRY_TOKEN --env production
100100```
101101
102102[ Github] ( https://github.com/settings/tokens ) for example uses a simple token that you can copy.
103103
104104```
105- echo $GITHUB_TOKEN | wrangler --env production secrets put REGISTRY_TOKEN
105+ echo $GITHUB_TOKEN | npx wrangler secret put REGISTRY_TOKEN --env production
106106```
107107
108108The trick is always looking for how you would login in Docker for
You can’t perform that action at this time.
0 commit comments