Skip to content

Commit fcd58d2

Browse files
workaround: run from PR
1 parent 1d53f9e commit fcd58d2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/license_check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
name: License check preparation
1515
on:
16-
pull_request_target:
16+
# TEMP: run from PR, instead of from pull_request_target.
17+
# No access to secrets this way!
18+
pull_request:
1719
types: [opened, reopened, synchronize]
1820
merge_group:
1921
types: [checks_requested]

0 commit comments

Comments
 (0)