From 94dc54f06a0aa9b02d4979ecf51b24a7ee7724c4 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Mon, 3 May 2021 12:50:23 -0700 Subject: [PATCH] chore(ci): Update workflow --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 3646226..f840a2d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -20,7 +20,7 @@ jobs: - name: Prettier uses: gulpjs/prettier_action@v3.0 with: - commit_message: 'Build: Run prettier' + commit_message: 'chore: Run prettier' prettier_options: '--write .' test: @@ -70,5 +70,5 @@ jobs: - name: Coveralls Finished uses: coverallsapp/github-action@v1.1.0 with: - github-token: ${{ secrets.github_token }} + github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true