unity-builder/src/model
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
..
__mocks__ Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
__snapshots__ Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
error Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
action.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
action.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
android-versioning.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
android-versioning.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
build-parameters.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
build-parameters.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
cache.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
cache.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
docker.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
docker.ts Pass on USYM_UPLOAD_AUTH_TOKEN if defined (#234) 2021-03-28 17:06:22 -05:00
image-tag.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
image-tag.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
index.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
index.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
input.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
input.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
kubernetes.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
output.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
output.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
platform.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
platform.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
project.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
project.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
system.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
system.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
unity-versioning.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
unity-versioning.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
unity.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
unity.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
versioning.test.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
versioning.ts Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00