Skip to content

feat: implement create demo organization (#2009) #1371

feat: implement create demo organization (#2009)

feat: implement create demo organization (#2009) #1371

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release_please:
name: Release Please
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
with:
token: ${{ secrets.REPO_ACCESS_PAT }} # We need to set the PAT so the publishing workflow can be triggered