Skip to content

Oauth access token found in commit #24751

Discussion options

You must be logged in to vote

@AlexOkoro101

Welcome to GitHub Community

You should not commit your Access token in your repo it will get revoked. Have a look at the blog page. Since you are using Javascript application you can set your access token as an environment variable and then access that variable in your application. This would be more helpful as you can have different set of tokens for different environments like (dev,staging,prod)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment