Skip to content

Commit

Permalink
Update assets to v0.1.4 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Dec 23, 2020
1 parent 5dcaa2f commit 24b05a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bloom-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 24b05a5

Please sign in to comment.