mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +02:00
Update pr_build.yml
This commit is contained in:
parent
8f0684abfd
commit
16cc5304ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -15,7 +15,7 @@ env:
|
||||||
RELEASE_NUMBER: ${{ github.event.number }}
|
RELEASE_NUMBER: ${{ github.event.number }}
|
||||||
VERSION_CODE: ${{ github.event.number }}
|
VERSION_CODE: ${{ github.event.number }}
|
||||||
# Sentry Crash Reporting
|
# Sentry Crash Reporting
|
||||||
CMAKE_BACKTRACE_URL: https://sentry.vircadia.dev/api/2/minidump/?sentry_key=dbf6000201a442e0b5462b63e18ee6b1
|
CMAKE_BACKTRACE_URL: ${{ secrets.MINIDUMP_TOKEN }}
|
||||||
CMAKE_BACKTRACE_TOKEN: PR_${{ github.event.number }}_${{ github.sha }}
|
CMAKE_BACKTRACE_TOKEN: PR_${{ github.event.number }}_${{ github.sha }}
|
||||||
|
|
||||||
# OSX specific variables
|
# OSX specific variables
|
||||||
|
|
Loading…
Reference in a new issue