Skip to content

Commit 2ecce0a

Browse files
committed
Add font awesome token to required secrets
1 parent 675bcf5 commit 2ecce0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/required-secrets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const requiredSecrets = [
22
'GOOGLE_API_KEY',
33
'STRIPE_API_KEY',
44
'FIREBASE_API_KEY',
5+
'FONTAWESOME_PACKAGE_TOKEN',
56
];
67

78
module.exports = requiredSecrets;

0 commit comments

Comments
 (0)