Add secret

This commit is contained in:
Matthew Stanciu 2020-04-23 18:27:19 -04:00
parent b329de0569
commit 2ce5d43385

View file

@ -1,5 +1,10 @@
{
"public": true,
"trailingSlash": true,
"github": { "silent": true }
}
"github": {
"silent": true
},
"env": {
"AIRTABLE_API_KEY": "@airtable-api-key"
}
}