Skip to content

Commit

Permalink
Document GitHub actor and token parameters
Browse files Browse the repository at this point in the history
Add missing parameters from the action.yaml to the README.md
  • Loading branch information
emcfarlane committed Jul 9, 2024
1 parent d3b2210 commit a69761f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Add these parameters under the `with` section of the `uses` step in the workflow
| `push_disable_create` | Disables repository creation if it does not exist. | False |
| `archive` | Whether to run the archive step. | Runs on Git deletes |
| `setup_only` | Setup only the `buf` environment, optionally logging into the BSR, but without executing other commands. | |
| `github_actor` | GitHub actor for API requests. | Actor from GitHub context |
| `github_token` | GitHub token for API requests. Ensures requests aren't rate limited | Token from GitHub context |


### Skip the breaking change detection step
Expand Down

0 comments on commit a69761f

Please sign in to comment.