Skip to content

Commit a96a814

Browse files
authored
chore: main.yml 애플 p8 환경 변수 적용
1 parent 83bebbc commit a96a814

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ jobs:
3838
ISS=${{ secrets.ISS }}
3939
AUTH_KEY=${{ secrets.AUTH_KEY }}
4040
EOF
41-
41+
# .p8 파일 생성
42+
- name: Generate .p8 file
43+
run: |
44+
cat << EOF > ./server/.p8
45+
${{ secrets.P8 }}
46+
EOF
4247
# docker build 수행
4348
- name: Set up docker buildx
4449
id: buildx

0 commit comments

Comments
 (0)