Skip to content

Commit

Permalink
Include rename of buf_token in breaking example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Oct 18, 2024
1 parent 6be97a7 commit 41a4fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Example migration:
- - uses: bufbuild/buf-breaking-action@v1
+ - uses: bufbuild/buf-action@v1
with:
- buf_token: ${{ secrets.BUF_TOKEN }}
+ token: ${{ secrets.BUF_TOKEN }}
- against: 'https://github.com/acme/weather.git#branch=main'
+ # This example shows how to maintain behavior when migrating, but we recommend unsetting this parameter and relying on the default behavior instead.
+ breaking_against: 'https://github.com/acme/weather.git#branch=main'
Expand Down

0 comments on commit 41a4fdf

Please sign in to comment.