You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Properly set BACKTRACE_IO_TOKEN variable in GitHub Actions (#11053)
This commit is contained in:
committed by
GitHub
parent
cd37f23ce7
commit
8166c379b5
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -3,6 +3,7 @@ on: [push, pull_request]
|
||||
env:
|
||||
OPENRCT2_BUILD_SERVER: GitHub
|
||||
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
|
||||
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
|
||||
OPENRCT2_VERSION: 0.2.5
|
||||
jobs:
|
||||
check-code-formatting:
|
||||
|
||||
Reference in New Issue
Block a user