Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.85 KB

README.en.md

File metadata and controls

37 lines (24 loc) · 1.85 KB

gist box picture

Solved.ac Box

GitHub forks GitHub Actions Workflow Status GitHub Gist last commit

📊 Show your Solved.ac profile information as a GitHub Gist 📊


🎒 Prep Work

  1. Create a new GitHub PAT token with Gists to Read and write and copy it.
  2. Create a new public GitHub Gist then copy the ID from the URL.
  3. Lastly, prepare your BOJ(Baekjoon Online Judge) account ID.

🖥 Project Setup

  1. Fork this repository.
  2. Go to Settings > Secrets and variables > Actions then add the below informations as a New repository secrets.
  3. Go to Actions > Update Gist then push the Run workflow > Run workflow button!
  4. After the Gist has beed updated, you can pin it to your GitHub profile!

🤫 Environments Secrets

  • GH_TOKEN: The GitHub PAT token generated above
  • GIST_ID: The ID of your GitHub Gist
  • USERNAME: Your BOJ account ID

📄 License

GitHub

Special thanks to BOJ and @solved-ac