First, see D5930 for reference.
```
CONDUIT_TOKEN=my-secret-token ./land-patch --dry-run -r D5930
```
Pre-patch, observe this output in the log:
```
+ echo my-secret-token
```
Post-patch, observe this output in the log:
```
CONDUIT_TOKEN: unbound variable
```