HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
GitHub Action을 활용한 자동 크롤러 웹 페이지 만들기
/
🗂️
Github Marketplace(actions)
🗂️

Github Marketplace(actions)

다양한 workflow를 만들기 위한 Action들이 이미 구현되어 있습니다. 여기에는 여러분이 만든 workflow를 등록하는 것도 가능합니다.
https://github.com/marketplace?type=actions
만약 관리해야하는 repo가 여러개라면 일일이 workflow를 수작업으로 넣어주는 것 보다는 market에 등록하고 사용하는 편이 좋을 수 있습니다.
만약 Actions를 직접 만들어 등록하고 싶다면 아래 링크를 확인해주세요. 배포할 repo, 앱 이름, 앱 설명, 앱 아이콘, 앱 컬러, README.md가 필요합니다.
Publishing actions in GitHub Marketplace
You can publish actions in GitHub Marketplace and share actions you've created with the GitHub community. GitHub Actions is available with GitHub Free, GitHub Pro, GitHub Free for organizations, GitHub Team, GitHub Enterprise Cloud, GitHub Enterprise Server, GitHub One, and GitHub AE. GitHub Actions is not available for private repositories owned by accounts using legacy per-repository plans.
https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace
Publishing actions in GitHub Marketplace