ubuntu@dev1990 mattermost (master) $ git push
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 8 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 1.67 KiB | 21.00 KiB/s, done.
Total 5 (delta 3), reused 2 (delta 1), pack-reused 0
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To https://github.com/LimJiAn/mattermost.git
! [remote rejected] master -> master (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/tag-public-module.yaml` without `workflow` scope)
refusing to allow a Personal Access Token to create or update workflow
! [remote rejected]
push 가 되지 않을때 방법
1. github settings
2. Developer settings
3. Personal access tokens -> Tokens (classic)
workflow 체크
'Server > Git' 카테고리의 다른 글
[Git] Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. (0) | 2022.07.25 |
---|---|
[Git] git reset (0) | 2022.02.23 |
[git] git commit --amend (커밋 메시지 수정) (0) | 2022.02.23 |
[git] main branch (0) | 2022.01.29 |
[Git] git flow (0) | 2022.01.29 |