From 24b05a57eda97628c5fc988ff3f4002da6605b37 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Wed, 23 Dec 2020 13:13:11 +0900 Subject: [PATCH] Update assets to v0.1.4 (#86) --- .github/workflows/bloom-release.yml | 2 +- .github/workflows/release-candidate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}