Skip to content

Commit

Permalink
feat(ci): add sentry auth token to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mogery committed Nov 11, 2024
1 parent 49df553 commit 1c55ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy Images to GHCR

env:
DOTNET_VERSION: '6.0.x'
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

on:
push:
Expand All @@ -28,5 +29,5 @@ jobs:

- name: 'Build Inventory Image'
run: |
docker build . --tag ghcr.io/mendableai/firecrawl:latest
docker build . --tag ghcr.io/mendableai/firecrawl:latest --secret id=SENTRY_AUTH_TOKEN
docker push ghcr.io/mendableai/firecrawl:latest

0 comments on commit 1c55ce4

Please sign in to comment.