diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 3f48fc7..64f6f21 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,5 +15,5 @@ jobs: steps: - uses: google-github-actions/release-please-action@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.RE_GH_TOKEN }} release-type: simple \ No newline at end of file