Skip to content

Commit

Permalink
Fixed parameter mispelling breaking the github module
Browse files Browse the repository at this point in the history
  • Loading branch information
josaphatim committed Jun 28, 2024
1 parent b2e65a8 commit 1284c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_REDIRECT_URI=http://localhost/?page=home
GITHUB_AUTH_URL=https://github.com/login/oauth/authorize
GITHUB_AUTH_URL=https://github.com/login/oauth/access_token
GITHUB_TOKEN_URL=https://github.com/login/oauth/access_token

#gmail
GMAIL_CLIENT_ID=
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_REDIRECT_URI=
GITHUB_AUTH_URL=https://github.com/login/oauth/authorize
GITHUB_AUTH_URL=https://github.com/login/oauth/access_token
GITHUB_TOKEN_URL=https://github.com/login/oauth/access_token

#gmail
GMAIL_CLIENT_ID=
Expand Down
2 changes: 1 addition & 1 deletion .travis/.env
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_REDIRECT_URI=
GITHUB_AUTH_URL=https://github.com/login/oauth/authorize
GITHUB_AUTH_URL=https://github.com/login/oauth/access_token
GITHUB_TOKEN_URL=https://github.com/login/oauth/access_token

#gmail
GMAIL_CLIENT_ID=
Expand Down

0 comments on commit 1284c47

Please sign in to comment.