We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1caa12e + 8bd6867 commit 4925417Copy full SHA for 4925417
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/go-gem-wrapper
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