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 15eed23 commit 96dc03aCopy full SHA for 96dc03a
.github/workflows/dependabot-auto-merge.yml
@@ -10,8 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
if: ${{ github.actor == 'dependabot[bot]' }}
12
steps:
13
+ - name: Authenticate cli with a PAT
14
+ run: echo "${{ secrets.DEPENDABOT_TOKEN }}" | gh auth login --with-token
15
- name: Enable auto-merge for Dependabot PRs
16
run: gh pr merge --auto --squash "$PR_URL"
17
env:
18
PR_URL: ${{github.event.pull_request.html_url}}
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments