From dd959fcfb3a3aa5a01d3d3912b1c976e653b71d8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 4 Oct 2024 23:11:44 +0300 Subject: can post to linkedin initially --- internal/config/secrets.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/config') diff --git a/internal/config/secrets.go b/internal/config/secrets.go index bd35fb7..e480e67 100644 --- a/internal/config/secrets.go +++ b/internal/config/secrets.go @@ -10,6 +10,9 @@ import ( type Secrets struct { MastodonURL string MastodonAccessToken string + LinkedInClientID string + LinkedInSecret string + LinkedInRedirectURL string } func NewSecrets(configPath string) (Secrets, error) { -- cgit v1.2.3