Skip to content

Commit

Permalink
fix: ESLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 21, 2023
1 parent f8838fb commit 9ad247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
path: ./
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
commit-message: ESLint --fix
signoff: false
branch: ci/eslint
Expand Down

0 comments on commit 9ad247a

Please sign in to comment.