We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4154b78 + ff06390 commit 63b8911Copy full SHA for 63b8911
.github/workflows/lint.yaml
@@ -27,12 +27,6 @@ jobs:
27
with:
28
against: "https://github.com/authzed/api.git#branch=main"
29
buf_token: "${{ secrets.BUF_REGISTRY_TOKEN }}"
30
- - name: "Push to BSR"
31
- if: "github.event_name == 'push' && github.ref == 'refs/heads/main'"
32
- shell: "bash"
33
- env:
34
- BUF_TOKEN: "${{ secrets.BUF_REGISTRY_TOKEN }}"
35
- run: "buf push --draft ${{ github.sha }}"
36
- name: "Push to BSR a Draft"
37
if: "github.event_name == 'push' && github.ref == 'refs/heads/main'"
38
shell: "bash"
.github/workflows/manual-client-update.yaml
@@ -1,3 +1,4 @@
1
+---
2
name: "Manually invoke client updates for API change"
3
on:
4
workflow_dispatch:
.github/workflows/release-client-update.yaml
name: "Client updates for released API change"
release:
0 commit comments