I have an identity.json file. in which I have added a token. so I directly added a token in my file and pushed to github. now when my token is visible in github. and I don’t want it to be visible. Is there any way I can hide this token?
identity.json file
{
"admin_token": "eyJ0eXAiOi676767676767676767676767WNjZXNzX2xldsA",
"model": "Unknown",
"model_id": "DEV",
"id": "1b937e9e-332b-4108-ad1e-97e009f700f7"
}
I do not want my admin_token to be clearly visible like this.
my other project is using this file. that’s why I put my token like this.
I have tried using a secret but it is not working.