📊 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