diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index 3815d16..aadf6e9 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -26,6 +26,7 @@ jobs: - name: Create pull request. uses: peter-evans/create-pull-request@v4 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: Minified HTML, CSS, JS. Prepared for production. committer: github-actions author: github-actions