Skip to content

Commit 534b75a

Browse files
committed
build: fix dependency check
1 parent 7293007 commit 534b75a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dependency-check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ on:
33
push:
44
branches:
55
- main
6-
pull_request:
6+
pull_request_target:
77

88
permissions:
99
contents: read
1010

1111
jobs:
1212
check:
13-
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
13+
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)