From aa93d6a789feeef45ad83c25c99f4db4b6f1d441 Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Mon, 6 Mar 2023 14:03:02 +0100 Subject: [PATCH] ci: Do not rename GITHUB_TOKEN --- .github/workflows/split.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/split.yaml b/.github/workflows/split.yaml index b5ac73ab..b39aee57 100644 --- a/.github/workflows/split.yaml +++ b/.github/workflows/split.yaml @@ -10,7 +10,7 @@ on: env: # 1. for Github split -- Update secret on 2024-03-06 - GITHUB_TOKEN: ${{ secrets.ROADIZ_SPLIT_ACCESS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: @@ -83,7 +83,7 @@ jobs: branch: develop repository_name: '${{ matrix.package.split_repository }}' # ↓ the user signed under the split commit - user_name: "ambroisemaupate" + user_name: "roadiz-ci" user_email: "ambroise+ci@roadiz.io" - if: github.ref == 'refs/heads/main' @@ -96,7 +96,7 @@ jobs: branch: main repository_name: '${{ matrix.package.split_repository }}' # ↓ the user signed under the split commit - user_name: "ambroisemaupate" + user_name: "roadiz-ci" user_email: "ambroise+ci@roadiz.io" # with tag @@ -113,5 +113,5 @@ jobs: repository_name: '${{ matrix.package.split_repository }}' # ↓ the user signed under the split commit - user_name: "ambroisemaupate" + user_name: "roadiz-ci" user_email: "ambroise+ci@roadiz.io"