1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Use fluxcdbot token in CI

This commit is contained in:
stefanprodan
2020-09-12 11:44:41 +03:00
parent ebf742d272
commit 38b302e5a5

View File

@@ -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 <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: fluxcdbot <fluxcdbot@users.noreply.github.com>
title: Update toolkit components
body: |
${{ steps.update.outputs.pr_body }}