You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a GitHub Actions workflow that runs autotag-from-changelog on
pushes to main and dispatches an sdk-release event to ccloud-private
when a new tag is created.
The dispatch step requires a DISPATCH_TOKEN repository secret with
repo scope on cockroachdb/ccloud-private, and a repository_dispatch
workflow in ccloud-private listening for the sdk-release event type.
Neither exists yet.
- When writing or modifying GitHub Actions workflows, always look up the latest major version of each action before using it. Do not assume you know the current version.
0 commit comments