Commit 5e65ea6
authored
[Requires repository secret addition] Add Publish to Buf Github Action (#508)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND
SDK teams before merging! This is why the number of required approvals
is "2" and not "1"--two reviewers from the same team is NOT sufficient.
If your PR is not approved by someone in BOTH teams, it may be summarily
reverted._
<!-- Describe what has changed in this PR -->
**What changed?**
Adds a GitHub Actions workflow to automate the process of pushing
protocol buffers to the Buf registry on every push to the main branch.
We need to set the `BUF_TOKEN` secret before merging this PR.
<!-- Tell your future self why have you made these changes -->
**Why?**
We want to be able to depend on server protos from other repositories
(e.g. api-cloud) using the buf package manager.
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
None.
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
**Server PR**
NA1 parent e8fc1a5 commit 5e65ea6
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments