about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/contentful/.envrc
blob: 848d74e8b5e6416330b26285ffc2be919d73318e (plain) (blame)
1
2
3
4
source_up
use_nix
export CONTENTFUL_SPACE_ID="$(jq -j '.contentful | .spaceId' < ~/briefcase/secrets.json)"
export CONTENTFUL_ACCESS_TOKEN="$(jq -j '.contentful | .accessToken' < ~/briefcase/secrets.json)"