From 38b302e5a5bcbd8f26f49c6cf972a28a952267b5 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 12 Sep 2020 11:44:41 +0300 Subject: [PATCH] Use fluxcdbot token in CI --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c7dfd147..21f0e905 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -54,10 +54,10 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} commit-message: Update toolkit components committer: GitHub - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> + author: fluxcdbot title: Update toolkit components body: | ${{ steps.update.outputs.pr_body }}