diff --git a/.github/workflows/bloom-release.yml b/.github/workflows/bloom-release.yml index f0d2f01..c6d0993 100644 --- a/.github/workflows/bloom-release.yml +++ b/.github/workflows/bloom-release.yml @@ -21,7 +21,7 @@ jobs: uses: at-wat/bloom-release-action@v0 with: ros_distro: kinetic melodic noetic - github_token_bloom: ${{ secrets.GITHUB_TOKEN_BLOOM }} + github_token_bloom: ${{ secrets.BLOOM_GITHUB_TOKEN }} github_user: at-wat git_user: Atsushi Watanabe git_email: atsushi.w@ieee.org diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index a69f21a..bfd83f9 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -29,4 +29,4 @@ jobs: pr_title: Release ${{ steps.create_release.outputs.version}} pr_body: close \#${{ github.event.issue.number }} pr_assignee: ${{ github.actor }} - github_token: ${{ secrets.GITHUB_TOKEN_BLOOM }} + github_token: ${{ secrets.BLOOM_GITHUB_TOKEN }}