We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fadd4 commit f605c9cCopy full SHA for f605c9c
.github/workflows/auto-merge.yml
@@ -9,3 +9,5 @@ jobs:
9
if: github.actor == 'dependabot[bot]'
10
steps:
11
- uses: ahmadnassri/action-dependabot-auto-merge@v1
12
+ with:
13
+ github-token: ${{ secrets.GH_TOKEN }}
0 commit comments