Skip to content

Commit

Permalink
tag workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed May 25, 2022
1 parent 4842b4b commit a82a7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a82a7cb

Please sign in to comment.