Merge pull request #6 from iwf-web/release-please--branches--main #11
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 | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Create Release PR | |
| uses: googleapis/release-please-action@v4 | |
| #with: | |
| # # Bot PAT with access to Workflows | |
| # # The built-in GITHUB_TOKEN has cannot trigger other workflows | |
| # # Use custom token once banned iwf-web-bot is resolved | |
| # token: ${{ secrets.GH_PAT }} |