diff --git a/.github/workflows/tag-for-release.yml b/.github/workflows/tag-for-release.yml index 3fa8684a..a184d3ec 100644 --- a/.github/workflows/tag-for-release.yml +++ b/.github/workflows/tag-for-release.yml @@ -15,6 +15,6 @@ jobs: steps: - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.RELEASE_PLEASE_ACCESS_TOKEN }} release-type: go skip-github-release: true \ No newline at end of file