From 487866dc02e1b682e271e66b88c809c6f7f34c56 Mon Sep 17 00:00:00 2001 From: Elliot Jackson <13633636+elliotmjackson@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:04:46 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf2f77..f01aeb7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can configure `buf-setup-action` with these parameters: | Parameter | Description | Default | |:---------------|:---------------------------------------------------|:-------------------| | `version` | The version of the [`buf` CLI][buf-cli] to install | [`v1.17.0`][version] | -| `github_token` | The GitHub token to use when making API requests | | +| `github_token` | The GitHub token to use when making API requests | | ${{ github.token }} | `buf_user` | The username to use for logging into Buf Schema registry. | | | `buf_api_token` | The API token to use for logging into Buf Schema registry. | | | `buf_domain` | The domain of the Buf Schema Registry to login to. | buf.build | From b5a25ba29a981ce3093e50c7da1faec2fc4f51ed Mon Sep 17 00:00:00 2001 From: Elliot Jackson <13633636+elliotmjackson@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:05:58 -0400 Subject: [PATCH 2/2] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a55c112..d5ccac7 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,7 @@ inputs: github_token: description: The GitHub token to use when making API requests. required: false + default: ${{ github.token }} buf_user: description: The username to use for logging into Buf Schema registry. required: false