ci: update auto-release workflow with bot name, CI gate, and bypass token#4
Merged
ci: update auto-release workflow with bot name, CI gate, and bypass token#4
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
1. 자동 배포 트리거 변경 (배포 안전장치 추가)
on: push→on: workflow_run으로 변경Gemini CI)가 성공적으로 완료된 경우에만 버전업 및 배포가 진행됩니다2. 봇 이름 변경
github-actions[bot]→github-release-bot으로 변경3. 브랜치 보호 규칙 우회 (RELEASE_TOKEN 사용)
secrets.RELEASE_TOKEN을 사용하여 보호된main브랜치에 직접 커밋 및 태그 푸시가 가능하도록 설정4. 마크다운 린트 에러 수정
workflows/multi-plan.md에서***→---변경 (MD035 rule)사전 조건
RELEASE_TOKEN(repo 권한의 PAT) 이 등록되어 있어야 합니다