Update format.yml
This commit is contained in:
parent
35da5bd93e
commit
dee7d62962
1 changed files with 2 additions and 2 deletions
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue