diff options
author | 2022-06-27 11:11:19 -0700 | |
---|---|---|
committer | 2022-06-27 11:11:19 -0700 | |
commit | dee7d6296231b8487f5cc1076f163d6ec8f6b19d (patch) | |
tree | 9c1a9ce34c98234a740fdfd64e88cb71f8e3707b | |
parent | 35da5bd93ea28c17748934a5e269f6f45b31fc99 (diff) | |
download | astro-dee7d6296231b8487f5cc1076f163d6ec8f6b19d.tar.gz astro-dee7d6296231b8487f5cc1076f163d6ec8f6b19d.tar.zst astro-dee7d6296231b8487f5cc1076f163d6ec8f6b19d.zip |
Update format.yml
-rw-r--r-- | .github/workflows/format.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a58fef95d..852982c21 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 }} |