Skip to content

Commit

Permalink
ci: fix please-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jun 19, 2023
1 parent 8cf0532 commit b2cec66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Github action that uses the 'release-please' tool to update the version, changelog
# Github action that uses the 'release-please' tool to update the version, changelog
# and create new releases.
name: Panda Gazebo release
on:
Expand All @@ -16,5 +16,5 @@ jobs:
steps:
- uses: rickstaa/release-please-action@optional_pyproject_toml
with:
token: ${{ secrets.GA_PUBLIC_PAT }}
token: ${{ secrets.PLEASE_RELEASE_PAT }}
command: manifest

0 comments on commit b2cec66

Please sign in to comment.