We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e368e62 commit 7327c73Copy full SHA for 7327c73
.github/workflows/push-to-buf.yml
@@ -0,0 +1,20 @@
1
+name: Push to Buf Registry
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - 'v**'
7
+ branches:
8
+ - main
9
+permissions:
10
+ contents: read
11
+jobs:
12
+ publish:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout repo
16
+ uses: actions/checkout@v4
17
+ - uses: bufbuild/buf-action@v1
18
+ with:
19
+ version: 1.49.0
20
+ token: ${{ secrets.BUF_TEMPORALIO_TOKEN }}
buf.yaml
@@ -1,4 +1,5 @@
version: v1
+name: buf.build/temporalio/cloud-api
deps:
- buf.build/googleapis/googleapis
- buf.build/temporalio/api:v1.43.0
0 commit comments