Created
December 25, 2025 17:15
-
-
Save genbtc/364a39894967e227f14adf3ce604b27a to your computer and use it in GitHub Desktop.
/home/genr8eofl/github-notification-recovery.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Deletes a phantom notification caused by spammers | |
| export TOKEN="YOUR_TOKEN_HERE"; | |
| curl -X PUT -H "Accept: application/vnd.github.v3+json" -H "Authorization: token $TOKEN" https://api.github.com/notifications -d '{"last_read_at": null,"read":true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment