diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 177131fdd..ed809cc53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Add Jar to GitHub releases uses: "marvinpinto/action-automatic-releases@latest" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + repo_token: "${{ secrets.TOKEN_GITHUB }}" automatic_release_tag: "latest" prerelease: false title: "Automatic Build from Pull Request"