about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/contentful/.envrc
blob: e9d0356aaa63ca04dd5fa5f6344b8304f6ed18d2 (plain) (blame)
1
2
3
4
5
source_up
use_nix
# TODO(wpcarro): Prefer age-nix solution if possible.
export CONTENTFUL_SPACE_ID="$(jq -j '.contentful | .spaceId' < $WPCARRO/secrets.json)"
export CONTENTFUL_ACCESS_TOKEN="$(jq -j '.contentful | .accessToken' < $WPCARRO/secrets.json)"