Skip to content

Commit

Permalink
Remove sentry tokens breaking the pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nlinnanen committed Jan 25, 2024
1 parent 2d4ff2b commit aad607f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/production-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
ilmo-server
${{ secrets.REGISTRY_LOGIN_SERVER }}/ilmo/ilmo-server
secrets: |
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
GITHUB_SHA=${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ COPY data/ /app/data/
# for explanation of the --mount's
RUN --mount=type=secret,id=SENTRY_AUTH_TOKEN \
--mount=type=secret,id=GITHUB_SHA \
export SENTRY_AUTH_TOKEN=$(cat /run/secrets/SENTRY_AUTH_TOKEN) && \
export GITHUB_SHA=$(cat /run/secrets/GITHUB_SHA) && \
NEXT_TRANSLATE_PATH=../client yarn build

Expand Down

0 comments on commit aad607f

Please sign in to comment.