Resources

Here you can find all resources that are using this source.
@if (!data_get($github_app, 'installation_id'))
Install the GitHub App first to link resources.
@elseif ($applications->isEmpty())
No resources are currently using this GitHub App.
@else
@foreach ($applications->sortBy('name', SORT_NATURAL) as $resource) @endforeach
Project Environment Name Type
{{ data_get($resource->project(), 'name') }} {{ data_get($resource, 'environment.name') }} {{ $resource->name }} {{ str($resource->type())->headline() }}
@endif