Skip to content

Commit f90ac8c

Browse files
fix: クレデンシャルを渡さないようにする
1 parent 60aaebd commit f90ac8c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ WORKDIR /home/appuser
1818
COPY ./install.sh ./install.sh
1919
COPY ./install.nu ./install.nu
2020

21-
ARG GITHUB_TOKEN
22-
ENV MISE_GITHUB_TOKEN=${GITHUB_TOKEN}
23-
2421
ENTRYPOINT ["/bin/bash", "-c", "DOTFILES_INSTALLER_PATH=/home/appuser/install.nu bash ./install.sh"]

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ services:
44
build:
55
context: .
66
dockerfile: Dockerfile
7-
args:
8-
- GITHUB_TOKEN=${GITHUB_TOKEN}
7+
environment:
8+
MISE_GITHUB_TOKEN: ${GITHUB_TOKEN}

0 commit comments

Comments
 (0)