8e315eae11
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
11 lines
260 B
YAML
11 lines
260 B
YAML
name: Dependabot PR Build
|
|
|
|
on: pull_request_target
|
|
|
|
jobs:
|
|
build:
|
|
name: Build
|
|
uses: spring-projects/spring-security-commercial/.github/workflows/build-pull-request.yml@workflows/v1
|
|
if: ${{ github.actor == 'dependabot[bot]' }}
|
|
secrets: inherit
|