Skip to content

new audit log message (#86) #31

new audit log message (#86)

new audit log message (#86) #31

Workflow file for this run

name: Push to Buf Registry
on:
push:
tags:
- 'v**'
branches:
- main
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
version: 1.49.0
token: ${{ secrets.BUF_TEMPORALIO_TOKEN }}