what is permissions and roles

personal account permission

what is permissions and roles

리포지토리에서 풀 리퀘스트를 만들거나 조직의 billing 설정을 변경하는 등과 같이 github에서 어떤 action을 수행하려면 해당 계정에 관련된 계정 또는 리소스에 대한 충분한 접근이 있어야 된다

권한은 특정 action을 수행할 수 있는 능력으로 권한을 통해 접근을 제어할 수 있다

role은 권한의 집합으로 팀이나 개인에게 할당할 수 있다

github actions workflow에서 secrets를 사용하려면 파일 수정 접근 권한이 필요하다

personal account permission

리포지토리를 소유한 개인 계정은 두 개의 권한 레벨을 가진다

repository owner, collaborators