E-slam commited on
Commit
9043487
·
verified ·
1 Parent(s): bf8195e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY . .
23
  WORKDIR /code
24
 
25
  # Set the environment variable directly in the Dockerfile
26
- ENV GH_TOKEN=${GH_TOKEN}
27
 
28
  # Use a shell script to perform the git clone operation
29
  RUN echo "export GH_TOKEN=${GH_TOKEN}" > clone_repo.sh && \
 
23
  WORKDIR /code
24
 
25
  # Set the environment variable directly in the Dockerfile
26
+ ENV GH_TOKEN=${gh_token}
27
 
28
  # Use a shell script to perform the git clone operation
29
  RUN echo "export GH_TOKEN=${GH_TOKEN}" > clone_repo.sh && \