solvedac-box
solvedac-box copied to clipboard
Solved.ac 프로필 정보를 GitHub Gist로 보여주는 GitHub Action

Solved.ac Box
📊 Solved.ac의 프로필 정보를 GitHub Gist로 보여주는 GitHub Action 📊
[!TIP] You can find the English README here.
🎒 사전 준비
- 새 GitHub PAT 토큰 생성 페이지에서
Gists를Read and write로 변경하고 생성 후 생성된 토큰 저장 - GitHub Gist에서 새 Public Gist를 생성한 후 ID 저장
- 마지막으로, 자신의 백준 ID 준비!
🖥 셋업 방법
- 본 저장소를 포크합니다.
Settings>Secrets and variables>Actions로 들어가New repository secret을 눌러 다음 정보를 시크릿으로 추가합니다.Actions>Update Gist로 들어가Run workflow>Run workflow버튼을 클릭!- Gist가 업데이트 된 후 자신의 GitHub 프로필에 핀하면 완료!
🤫 환경변수 설정
- GH_TOKEN: 앞서 생성한 GitHub 토큰
- GIST_ID: 앞서 생성한 Gist의 ID
- USERNAME: 백준 ID
📄 라이선스
Special thanks to BOJ and @solved-ac