diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67354ce..fc5cc54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"