Skip to content

Merge pull request #6 from iwf-web/release-please--branches--main #11

Merge pull request #6 from iwf-web/release-please--branches--main

Merge pull request #6 from iwf-web/release-please--branches--main #11

Workflow file for this run

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 }}