diff --git a/.github/workflows/_semantic_release.yml b/.github/workflows/_semantic_release.yml index 485fa0a..984dcb4 100644 --- a/.github/workflows/_semantic_release.yml +++ b/.github/workflows/_semantic_release.yml @@ -31,3 +31,5 @@ jobs: uses: richardsimko/update-tag@v1 with: tag_name: ${{ steps.tag.outputs.name }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file