remove sentry, update deps

This commit is contained in:
Benny
2023-11-26 12:37:36 +01:00
parent 7e2184a4e2
commit df7dbb2ba1
5 changed files with 2 additions and 8 deletions

View File

@@ -45,12 +45,10 @@ jobs:
- name: Run hooks
env:
REACT_APP_SENTRY_DSN: ${{ secrets.REACT_APP_SENTRY_DSN }}
REACT_APP_DOMAIN: ${{ secrets.REACT_APP_DOMAIN }}
REACT_APP_GA: ${{ secrets.REACT_APP_GA }}
GENERATE_SOURCEMAP: ${{ secrets.GENERATE_SOURCEMAP }}
REACT_APP_ADSENSE: ${{ secrets.REACT_APP_ADSENSE }}
REACT_APP_CRISP: ${{ secrets.REACT_APP_CRISP }}
run: bash scripts/pre_build.sh
- name: Lower case for Docker Hub

View File

@@ -42,8 +42,6 @@ jobs:
- name: Run tauri hooks
env:
REACT_APP_SENTRY_DSN: ${{ secrets.REACT_APP_SENTRY_DSN }}
REACT_APP_DOMAIN: ${{ secrets.REACT_APP_DOMAIN }}
REACT_APP_GA: ${{ secrets.REACT_APP_GA }}
GENERATE_SOURCEMAP: ${{ secrets.GENERATE_SOURCEMAP }}