https://github.com/kevinmichaelchen/some-protos
Protobuf monorepo that triggers builds in other repos using Github Actions
https://github.com/kevinmichaelchen/some-protos
Last synced: 3 months ago
JSON representation
Protobuf monorepo that triggers builds in other repos using Github Actions
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/some-protos
- Owner: kevinmichaelchen
- Created: 2022-03-30T16:43:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T19:27:24.000Z (about 3 years ago)
- Last Synced: 2025-02-23T22:43:39.966Z (3 months ago)
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# some-protos
This is a monorepo containing protobufs.It has a Github Actions pipeline that will dispatch events to various other
repositories, one per target language.For this proof-of-concept, I only have repos for Go and TypeScript:
* [some-protos-go](https://github.com/kevinmichaelchen/some-protos-go)
* [some-protos-ts](https://github.com/kevinmichaelchen/some-protos-ts)But you could imagine having additional repos for whatever languages you use.
## Personal Access Token
I generated a personal access token with `repo` scope as [instructed](https://docs.github.com/en/rest/reference/repos#create-a-repository-dispatch-event).
I made a single environment [here](https://github.com/kevinmichaelchen/some-protos/settings/environments), with an `ACCESS_TOKEN` secret.