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.
96
96
For example [ gcr] ( https://cloud.google.com/artifact-registry/docs/reference/docker-api ) :
97
97
98
98
```
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
100
100
```
101
101
102
102
[ Github] ( https://github.com/settings/tokens ) for example uses a simple token that you can copy.
103
103
104
104
```
105
- echo $GITHUB_TOKEN | wrangler --env production secrets put REGISTRY_TOKEN
105
+ echo $GITHUB_TOKEN | npx wrangler secret put REGISTRY_TOKEN --env production
106
106
```
107
107
108
108
The trick is always looking for how you would login in Docker for
You can’t perform that action at this time.
0 commit comments