From a82a7cb954fe09f562d48661a01159ea2b2bed94 Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Thu, 26 May 2022 00:00:38 +0200 Subject: [PATCH] tag workflow update --- .github/workflows/tag.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 658351c7952..f6fa61d26a0 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -54,9 +54,9 @@ jobs: - name: Configure git, Prepare Repository and environment variables env: - INPUT_USER_NAME: 'Daniele E. Domenichelli (Tag Repository Action)' - INPUT_USER_EMAIL: 'daniele.domenichelli@iit.it' - INPUT_PUSH_TOKEN: ${{ secrets.drdanz_TOKEN }} + INPUT_USER_NAME: 'robotology-bot (Tag Repository Action)' + INPUT_USER_EMAIL: 'robotology@iit.it' + INPUT_PUSH_TOKEN: ${{ secrets.BOT_TOKEN }} YARP_TAG_BRANCH: ${{ github.event.inputs.branch }} YARP_MAIN_BRANCH: ${{ github.event.inputs.main_branch }} run: |