Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/eslint-36217140f8
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 20, 2023
2 parents 3ca3d6b + 284efa4 commit 6a51bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: ${{ steps.metadata.outputs.dependency-group == 'eslint' }}
with:
path: ./
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: ESLint --fix
committer: openactive-bot <[email protected]>
author: openactive-bot <[email protected]>
Expand All @@ -57,7 +57,7 @@ jobs:
if: steps.cpr.outputs.pull-request-operation == 'created' && steps.metadata.outputs.dependency-group == 'eslint'
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash

Expand Down

0 comments on commit 6a51bea

Please sign in to comment.