chore: use p3ol custom action for release please pr #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: release-pr | ||
| on: | ||
| push: | ||
| branches: [master] | ||
| jobs: | ||
| release-pr: | ||
| name: Maintain Release PR | ||
| uses: p3ol/actions/.github/workflows/release-pr.yml@v1.0.0 | ||
|
Check failure on line 10 in .github/workflows/release-pr.yml
|
||
| secrets: | ||
| github-token: ${{ secrets.GH_RELEASE_PLEASE_TOKEN_PUBLIC }} | ||