diff --git a/.github/workflows/PrepareForPublish.yaml b/.github/workflows/PrepareForPublish.yaml index 8578b0e..ee13df0 100644 --- a/.github/workflows/PrepareForPublish.yaml +++ b/.github/workflows/PrepareForPublish.yaml @@ -17,7 +17,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + repo_token: "${{ secrets.GH_TOKEN }}" automatic_release_tag: "${{ env.VERSION }}" prerelease: false title: "${{ env.VERSION }}"