Skip to content

Commit

Permalink
chore: removed GITHUB_TOKEN from a step where it shouldn't be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanskodje committed Oct 10, 2024
1 parent e31b87a commit 9433366
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ FROM openjdk:21-jdk-slim AS final-backend
RUN useradd --uid 10000 --create-home runner
USER 10000

ARG GITHUB_TOKEN
ENV GITHUB_TOKEN=${GITHUB_TOKEN}
ENV NODE_ENV=production
ENV PRODUCTION=true

Expand Down

0 comments on commit 9433366

Please sign in to comment.