Skip to content

Commit

Permalink
bad rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Nov 21, 2024
1 parent 00775d2 commit 79abbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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

2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ 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 79abbf3

Please sign in to comment.