Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update publish.yaml
  • Loading branch information
jdsalaro authored Jun 20, 2025
commit 598b6a8643cac24875a3e8454b41a3891b4c6d09
14 changes: 8 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,25 +86,27 @@ on:
type: boolean
author_name:
description: |
TODO.
The AUTHOR_NAME to be used by git in the push-to-fork step to push into REGISTRY_FORK.
default: ${{ github.actor }}
type: string
author_email:
description: |
TODO.
The AUTHOR_EMAIL to be used by git in the push-to-fork step to push into REGISTRY_FORK.
default: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
type: string

# Set committer to the GitHub Actions bot if none provided
# Set committer to the GitHub Actions bot.
# If none provided, the GitHub Actions Bot identity is used.
# https://github.com/orgs/community/discussions/26560#discussioncomment-3531273
committer_name:
description: |
TODO.
The COMMITTER_NAME to be used by git in the push-to-fork step to push into REGISTRY_FORK.
Use the default value if you're pushing to https://github.com/bazelbuild/bazel-central-registry
default: "github-actions[bot]"
type: string
committer_email:
description: |
TODO.
The COMMITTER_EMAIL to be used by git in the push-to-fork step to push into REGISTRY_FORK.
Use the default value if you're pushing to https://github.com/bazelbuild/bazel-central-registry
default: "41898282+github-actions[bot]@users.noreply.github.com"
type: string
secrets:
Expand Down
Loading