Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/03-github/03-test-runner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ supply a valid authentication token and URL for your registry as an environment
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
UPM_REGISTRY_TOKEN: ${{ secrets.UPM_REGISTRY_TOKEN }}
# May be required by some hosts:
# UPM_REGISTRY_USER: myUser
with:
scopedRegistryUrl: https://example.com/registry
```
Expand Down Expand Up @@ -139,6 +141,8 @@ your Unity License.
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
UPM_REGISTRY_TOKEN: ${{ secrets.UPM_REGISTRY_TOKEN }}
# May be required by some hosts:
# UPM_REGISTRY_USER: myUser
with:
scopedRegistryUrl: https://example.com/registry
registryScopes: 'com.example'
Expand Down