Skip to content

Commit

Permalink
feat: use release-please v4 that accepts a token
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeerivers committed Mar 1, 2024
1 parent e940430 commit 7745b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'autorelease: pending')
)
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release-please
with:
release-type: node
token: ${{ secrets.HEDIA_BOT_GITHUB_PAT }}
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}

0 comments on commit 7745b77

Please sign in to comment.