commit | b465e23d19a5e27402d80191c0f8de1fb3b385b5 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Mon Apr 28 13:42:57 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 28 13:42:57 2025 -0700 |
tree | 09d041c52a9d0ebae038e94bcbc8e7be4d4ddfa7 | |
parent | 7f388e660a882aa070921d65c2757547dca7e123 [diff] |
Request contents:write permission for GitHub release workflow The 'google' org on GitHub is configured so that the default GITHUB_TOKEN permission for Actions is read-only. So we need to specify which write permissions we need for the action so it can upload a release. Verified on my personal fork by changing the config to match 'google'. It fails to upload a release before this fix, and succeeds after. No-Try: true Bug: 371024051 Change-Id: I86a772b73aaaf9984235d05215e755c777733642 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239454 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.