Skip to content

Commit

Permalink
ci: add missing token to release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
makstech committed Apr 1, 2024
1 parent 0442128 commit 0f107ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.PR_TOKEN }}
release-type: php
# The logic below handles the package publication:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0f107ab

Please sign in to comment.