From a6bc1d30c632f4256d50a67ef9e628d39f9c7d0b Mon Sep 17 00:00:00 2001 From: Dariusz Gafka Date: Sun, 30 Jun 2024 11:31:04 +0200 Subject: [PATCH] updates --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82be4b061..b1378cc3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: env: # 1. for Github split - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ECOTONE_BOT_TOKEN }} jobs: prepare-code-for-release: @@ -52,7 +52,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Release ${{ github.ref_name }} - token: ${{ secrets.ACCESS_TOKEN }} + token: ${{ secrets.ECOTONE_BOT_TOKEN }} get_packages: name: Package splitting @@ -116,8 +116,8 @@ jobs: repository_name: '${{ matrix.package.repository }}' # ↓ the user signed under the split commit - user_name: "Dariusz Gafka" - user_email: "dgafka.mail@gmail.com" + user_name: "Ecotone FrameworkBot" + user_email: "ecotoneframework@gmail.com" tweet: runs-on: ubuntu-latest needs: split_packages