Skip to content

Comments

ci: enable repository_dispatch#7

Merged
Xuanwo merged 1 commit intoapache:mainfrom
yuchanns:main
Jul 28, 2024
Merged

ci: enable repository_dispatch#7
Xuanwo merged 1 commit intoapache:mainfrom
yuchanns:main

Conversation

@yuchanns
Copy link
Member

With this PR, you can trigger the workflow by curl:

curl -L \
  -X POST \
  -H "Accept: application/vnd.github+json" \
  -H "Authorization: Bearer <YOUR-TOKEN>" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  https://api.github.com/repos/apache/opendal-go-services/dispatches \
  -d '{"event_type":"build","client_payload":{"opendal_core_version": "v0.48.0-rc.1",
    "opendal_go_version": "v0.0.1"}}'

Signed-off-by: Hanchin Hsieh <[email protected]>
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Xuanwo Xuanwo merged commit 482f612 into apache:main Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants