diff --git a/main.go b/main.go index 7b75cb3..20047f1 100644 --- a/main.go +++ b/main.go @@ -57,7 +57,7 @@ func fetchItems(db *nomad.DB, markOnly bool) error { } client := woodstock.NewClient(config.Get("pnut_id"), config.Get("pnut_secret")) - client.SetAccessToken(config.Get("")) + client.SetAccessToken(config.Get("pnut_auth_token")) for _, item := range items { p := nomad.NewPost(item)