GA
-
Github Action 로컬에서 돌리기 (running GA locally)컴퓨터 2023. 11. 5. 19:02
Github Action을 만들고 업로드 전에 로컬에서 잘 작동하는지 확인하고 싶었다. act라는 툴이 Docker를 이용해서 로컬에서 GA를 돌릴 수 있게 해 준다. GitHub - nektos/act: Run your GitHub Actions locally 🚀 Run your GitHub Actions locally 🚀. Contribute to nektos/act development by creating an account on GitHub. github.com Docker를 설치했다면 로컬 github project에 .githhub/workflows/이름.yml 을 만들어준다. ${{ secrets.API_ADDRESS }} 처럼 비밀 값을 이용하기 위해 .env 파일을 만들어서 KEY=VA..