📊 Show your Solved.ac profile information as a GitHub Gist 📊
- Create a new GitHub PAT token with
Gists
toRead and write
and copy it. - Create a new public GitHub Gist then copy the ID from the URL.
- Lastly, prepare your BOJ(Baekjoon Online Judge) account ID.
- Fork this repository.
- Go to
Settings
>Secrets and variables
>Actions
then add the below informations as aNew repository secret
s. - Go to
Actions
>Update Gist
then push theRun workflow
>Run workflow
button! - After the Gist has beed updated, you can pin it to your GitHub profile!
- GH_TOKEN: The GitHub PAT token generated above
- GIST_ID: The ID of your GitHub Gist
- USERNAME: Your BOJ account ID
Special thanks to BOJ and @solved-ac