Skip to content

Commit

Permalink
Merge branch 'main' into mntor-3378
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist authored Nov 21, 2024
2 parents 3bab78b + e062008 commit b178509
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview_deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
- name: Comment on Pull Request
uses: thollander/actions-comment-pull-request@v3
with:
GITHUB_TOKEN: ${{ github.token }}
github-token: ${{ github.token }}
message: |
Preview URL :rocket: : ${{ steps.deploy.outputs.url }}
comment_tag: preview_url
comment-tag: preview_url
create-if-not-exists: true

3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ RUN GLEAN_PYTHON=python GLEAN_PIP=pip npm run build
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE

ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN

CMD ["npm", "start"]

0 comments on commit b178509

Please sign in to comment.