Skip to content

Commit

Permalink
Add notice for buf-action (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Aug 1, 2024
1 parent 13ce4a3 commit 08bc635
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# `buf-push-action`

> [!NOTE]
> This action has been deprecated in favor of the [`buf-action`][buf-action] which combines the
> functionality of `buf-push-action` with the ability to run Buf commands in the same step. Please
> see the [`buf-action`][buf-action] documentation for more information.
This Action enables you to push [Buf modules][modules] to the [Buf Schema Registry][bsr] (BSR)
Pushed modules are created with the Git commit SHA as the module tag.

Expand Down Expand Up @@ -161,6 +166,7 @@ jobs:
buf_token: ${{ secrets.BUF_TOKEN }}
```
[buf-action]: https://github.com/bufbuild/buf-action
[breaking]: https://docs.buf.build/breaking
[bsr]: https://docs.buf.build/bsr
[bsr-token]: https://docs.buf.build/bsr/authentication
Expand Down

0 comments on commit 08bc635

Please sign in to comment.