Skip to content

Commit

Permalink
feat: use public client id and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
HandOfGod94 committed May 1, 2024
1 parent b02e1f5 commit 14aa267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/jira_changelog/jira/oauth/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ func NewAuthenticator() *oauthAuthenticator {
a := &oauthAuthenticator{}

a.conf = &oauth2.Config{
ClientID: "OOGf9PTJL0hGGC5hWD17G6OkiGKjO0FG",
ClientSecret: "ATOAhihA9MN3TOWAJEC4DxxPZMxGyjmA_mH8rUtSGXRIoUP6WQ3UvjCk5Mtx9TUBH6JF089B37D6",
ClientID: "jb3XcMDn5R7xO6TJjeOCQntdq5Y5yWMa",
ClientSecret: "ATOAtFraLSsgQ6VzugBqxiH3lZ_RaDLQTF-3AtWHuDZsj76CHQ5IRz_vBolUrJrqRMTlF150AB7D",
Endpoint: oauth2.Endpoint{
AuthURL: "https://auth.atlassian.com/authorize",
TokenURL: "https://auth.atlassian.com/oauth/token",
Expand Down

0 comments on commit 14aa267

Please sign in to comment.