Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ inputs:
default: ${{ github.token }}
public_github_token:
description: |-
GitHub token for github.com. Must be set when running on a private GitHub Enterprise instance to authenticate requests, otherwise ignored.
GitHub token for github.com. Must be set when running on a private GitHub Enterprise instance to authenticate requests, otherwise ignored. Used to resolve buf versions and download buf binaries from github.com. The token only needs read access to public repositories.
setup_only:
description: |-
Setup only the buf environment, optionally logging into the BSR, but without executing other commands.
Expand Down
1 change: 1 addition & 0 deletions examples/enterprise/buf-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
# Specify the public GitHub token to authenticate requests to github.com.
# This is required when running on a private GitHub Enterprise instance.
# Will be used when resolving buf versions and downloading buf binaries.
# The token only needs read access to public repositories.
public_github_token: ${{ secrets.PUBLIC_GITHUB_TOKEN }}
Loading