Question 015
### You have accidentally committed your GitHub personal access token to a public repository. What actions should you take to prevent your account from being compromised?
> https://docs.github.com/en/code-security/secret-scanning/managing-alerts-from-secret-scanning#securing-compromised-secrets
1. [x] Consider the token compromised and delete it immediately
1. [ ] Change the token's permissions to read-only
1. [ ] Overwrite the git history to mask the token
1. [ ] Check if this token is used in any of your applications, if so - delete it.