diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 87291f2..b65a008 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,7 @@ jobs: uses: softprops/action-gh-release@v2.0.8 if: startsWith(github.ref, 'refs/tags/') with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }} files: target/*.jar \ No newline at end of file