From d31f301a68228babc9bdd52e15aab0bc8fa6b4d8 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sun, 19 Jun 2022 14:09:23 +0200 Subject: Move github actions token into actions/checkout@v3 --- .github/workflows/update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 34c6dfa..1ebf8da 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,4 @@ -name: Update the repository with the latest base16 colorschemes +name: Update with the latest base16 colorschemes on: workflow_dispatch: schedule: @@ -18,12 +18,13 @@ jobs: run: pip install pybase16-builder - name: Fetch the repository code uses: actions/checkout@v3 + with: + token: ${{ secrets.BOT_ACCESS_TOKEN }} - name: Run make run: make - name: Commit the changes, if any uses: stefanzweifel/git-auto-commit-action@v4 with: - token: ${{ secrets.BOT_ACCESS_TOKEN }} commit_message: Update with the latest base16-project colorschemes branch: ${{ github.head_ref }} commit_user_name: base16-project-bot -- cgit v1.2.3