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 79abbf3 commit e877e35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview_deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ RUN GLEAN_PYTHON=python GLEAN_PIP=pip npm run build
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE


CMD ["npm", "start"]

0 comments on commit e877e35

Please sign in to comment.