We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c748c commit 0397226Copy full SHA for 0397226
.github/workflows/addon-update-packages.yaml
@@ -3,6 +3,9 @@ name: Run Package updates
3
# yamllint disable-line rule:truthy
4
on:
5
workflow_call:
6
+ secrets:
7
+ updater_token:
8
+ required: true
9
10
concurrency:
11
group: update-packages
0 commit comments