Skip to content

Commit

Permalink
dependabot automated
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottback committed Nov 21, 2021
1 parent ec3be38 commit 8a01bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-approve-n-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT }}
automerge:
name: Auto merge after successful checks
needs: autoapprove
Expand All @@ -23,6 +23,6 @@ jobs:
uses: pascalgn/automerge-action@135f0bdb927d9807b5446f7ca9ecc2c51de03c4a
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
MERGE_LABELS: dependencies
MERGE_METHOD: rebase

0 comments on commit 8a01bcb

Please sign in to comment.