Skip to content

Commit ef23c50

Browse files
committed
fix: opt in notebooklm to buildspace
1 parent adcf0b1 commit ef23c50

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
release:
9+
uses: photon-hq/buildspace/.github/workflows/typescript-service-release.yaml@main
10+
permissions:
11+
contents: write
12+
pull-requests: read
13+
with:
14+
service-name: notebooklm-kit
15+
build-command: "npm run build"
16+
secrets: inherit

0 commit comments

Comments
 (0)