From 2ce0a40c53dea90ad4415b5fbaedf90a87c38bb5 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sun, 19 Jun 2022 13:48:52 +0200 Subject: Add base16-project-bot details to github action --- .github/workflows/update.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github/workflows/update.yml') 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 + -- cgit v1.2.3