We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99803b4 + 45fe19b commit 1956f47Copy full SHA for 1956f47
1 file changed
.github/workflows/dependabot-manager.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
dependabot-auto-merge:
11
uses: sue445/workflows/.github/workflows/dependabot-auto-merge.yml@main
12
+ inputs:
13
+ repo-name: ruby-go-gem/ruby_header_parser
14
+
15
secrets:
16
# TODO: Set secrets to Dependabot secrets
17
app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }}
@@ -17,6 +20,9 @@ jobs:
20
18
21
dependabot-security-alert:
19
22
uses: sue445/workflows/.github/workflows/dependabot-security-alert.yml@main
23
24
25
26
27
28
0 commit comments