Update format.yml

This commit is contained in:
Fred K. Schott 2022-06-27 11:11:19 -07:00 committed by GitHub
parent 35da5bd93e
commit dee7d62962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
# Needs access to push to main
token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.1
- name: Setup Node
@ -29,5 +31,3 @@ jobs:
with:
commit_message: '[ci] format'
branch: ${{ github.head_ref }}
# Needs access to push to main
token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}