unity-builder/src
Markus 4d0b6e6db1
Pass on USYM_UPLOAD_AUTH_TOKEN if defined (#234)
To automatically upload symbols to unity, we need to define the `USYM_UPLOAD_AUTH_TOKEN` variable. Currently the build container ignores this variable, even if it's defined in the github action.

```
2021-03-26T02:35:35.5938747Z time="2021-03-26T02:35:35Z" level=fatal msg="Please provide an auth token with USYM_UPLOAD_AUTH_TOKEN environment variable"
```
2021-03-28 17:06:22 -05:00
..
model Pass on USYM_UPLOAD_AUTH_TOKEN if defined (#234) 2021-03-28 17:06:22 -05:00
index.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00