Skip to content

Commit 19bf1fe

Browse files
committed
fix: GitHub Actions Container Registry 인증 설정 변경
- GitHub Container Registry 접근을 위해 github.token을 GH_PAT로 변경하여 권한 오류 해결
1 parent e1ccd64 commit 19bf1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
39-
password: ${{ github.token }}
39+
password: ${{ secrets.GH_PAT }}
4040

4141
# 도커 빌더 설정
4242
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)