ci: add dsn env

This commit is contained in:
problematicconsumer
2023-09-17 14:57:54 +03:30
parent bb2e1a2625
commit b5095bb897

View File

@@ -120,6 +120,7 @@ jobs:
- name: Get Libs ${{ matrix.platform }}
env:
BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: |
make ${{ matrix.platform }}-libs