File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 against : " https://github.com/authzed/api.git#branch=main"
2929 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 }}"
3630 - name : " Push to BSR a Draft"
3731 if : " github.event_name == 'push' && github.ref == 'refs/heads/main'"
3832 shell : " bash"
Original file line number Diff line number Diff line change 1+ ---
12name : " Manually invoke client updates for API change"
23on :
34 workflow_dispatch :
Original file line number Diff line number Diff line change 1+ ---
12name : " Client updates for released API change"
23on :
34 release :
You can’t perform that action at this time.
0 commit comments