refusing to allow a Personal Access Token to create or update workflow Error 해결

YulHee Kim·2021년 9월 19일
0

github action workflow를 해보려던 중 다음과 같은 에러가 떴다.

master -> master (refusing to allow a Personal Access Token to create or update workflow .github/workflows/gradle-publish.yml without workflow scope)

해결 방법은 간단했다.
github token 발급 받은거에 workflow scope를 추가하지 않아서 에러가 발생했다.

settings -> Developer settings -> Personal access tokens에 들어가 workflow scope을 체크한 뒤 Update token을 해주면 에러 해결! 😎

profile
백엔드 개발자

0개의 댓글