Infrastructure
Git Access Token 발급받기
RuTel
2023. 8. 24. 17:42
728x90
Settings > Developer Settings
메뉴에서
Personal access tokens > Tokens (elascic) 을 선택
Generate new token
git pull과 action을 사용하기 위해선 workflow만 선택하면 된다.
실서버에서 다음과 같이 pull을 받으면 된다.
git pull https://<계정명>:ghp_test6efghNantoKaNantoKaKUtYa1234Vx3Y0@github.com/test/test.git <branch이름>