Skip to content

Commit 0397226

Browse files
committed
🐛 Require updater_token secret for workflow calls
1 parent 10c748c commit 0397226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/addon-update-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Run Package updates
33
# yamllint disable-line rule:truthy
44
on:
55
workflow_call:
6+
secrets:
7+
updater_token:
8+
required: true
69

710
concurrency:
811
group: update-packages

0 commit comments

Comments
 (0)