Setting [main]: Runner job 컨테이너 docker.sock 주입 삭제 CI/CD 구축
Some checks failed
baekjoon-bot-cicd / build_push_deploy (push) Failing after 14s

This commit is contained in:
sm4640
2026-01-16 11:31:38 +09:00
parent a5d4895bb9
commit 044c725656

View File

@@ -13,7 +13,7 @@ jobs:
ACTOR: ${{ github.actor }}
REPO: ${{ github.repository }} # owner/repo
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.NKEY_PAT }} # repo read 권한 있는 PAT
TOKEN: ${{ secrets.NKEY_PAT }}
run: |
set -euo pipefail
git init .