Skip to content

Commit

Permalink
fix(release-please.yml): remove token and path parameters from releas…
Browse files Browse the repository at this point in the history
…e-please action

The token and path parameters were removed from the release-please action in the GitHub workflow. This is because the action already defaults to using the GITHUB_TOKEN and the root directory of the repository, making these parameters redundant. Removing them simplifies the configuration and reduces potential points of failure.
  • Loading branch information
robinmordasiewicz committed Nov 19, 2023
1 parent 6aedd0a commit d08cf0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
with:
release-type: simple
pull-request-header: ":robot: this is an automated release :robot:"
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
path: "."

0 comments on commit d08cf0d

Please sign in to comment.