diff --git a/.github/workflows/version-update-workflow.yml b/.github/workflows/version-update-workflow.yml index fbea449..2404db6 100644 --- a/.github/workflows/version-update-workflow.yml +++ b/.github/workflows/version-update-workflow.yml @@ -109,6 +109,8 @@ jobs: tag_name: ${{ env.package_version }} name: "Release ${{ env.package_version }}" generate_release_notes: True + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # ---------------------------------------------------------------- # # | Build image and upload it to AWS and DockerHub | # # ---------------------------------------------------------------- #