mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 03:15:05 +08:00
remove sentry, update deps
This commit is contained in:
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release_apps.yaml
vendored
2
.github/workflows/release_apps.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user