mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01: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