diff options
Diffstat (limited to '.github/workflows/update.yml')
-rw-r--r-- | .github/workflows/update.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index aed0bdc..7f886a9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,7 +19,12 @@ jobs: - name: Run make run: make - name: Commit the changes, if any - uses: stefanzweifel/git-auto-commit-action@v4.1.1 + uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: Update repository with the latest base16 colorschemes + token: ${{ secrets.BOT_ACCESS_TOKEN }} + commit_message: Update with the latest base16-project colorschemes branch: ${{ github.head_ref }} + commit_user_name: base16-project-bot + commit_user_email: base16themeproject@proton.me + commit_author: base16-project-bot <base16themeproject@proton.me> + |