1
0
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:
Michał Janiszewski
2020-03-25 23:36:09 +01:00
committed by GitHub
parent cd37f23ce7
commit 8166c379b5

View File

@@ -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: