Fix token setup

This commit is contained in:
David Gonzalez Martin 2024-11-05 07:15:38 -06:00
parent 831a6d4a23
commit efc8f6d666

View File

@ -31,6 +31,8 @@ jobs:
if: github.ref == 'refs/heads/main'
shell: bash
id: generate-tag
env:
GH_TOKEN: ${{ github.token }}
run: |
git config --global user.name "github-actions"
git config --global user.email "github-actions@github.com"