Enable ClawHub package publishing
This commit is contained in:
parent
b5c023ff71
commit
0876dbc3e4
17
.github/workflows/check.yml
vendored
17
.github/workflows/check.yml
vendored
@ -32,12 +32,11 @@ jobs:
|
||||
name: plugin-inspector-reports
|
||||
path: reports/plugin-inspector-*
|
||||
|
||||
# TODO: Re-enable after the ClawHub org/package ownership for this plugin exists.
|
||||
# clawhub-dry-run:
|
||||
# if: github.event_name == 'pull_request'
|
||||
# permissions:
|
||||
# contents: read
|
||||
# id-token: write
|
||||
# uses: ./.github/workflows/clawhub-package-publish.yml
|
||||
# with:
|
||||
# dry_run: true
|
||||
clawhub-dry-run:
|
||||
if: github.event_name == 'pull_request'
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
uses: ./.github/workflows/clawhub-package-publish.yml
|
||||
with:
|
||||
dry_run: true
|
||||
|
||||
27
.github/workflows/release.yml
vendored
27
.github/workflows/release.yml
vendored
@ -147,17 +147,16 @@ jobs:
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ""
|
||||
|
||||
# TODO: Re-enable after the ClawHub org/package ownership for this plugin exists.
|
||||
# publish-clawhub:
|
||||
# needs: validate
|
||||
# permissions:
|
||||
# contents: read
|
||||
# id-token: write
|
||||
# uses: ./.github/workflows/clawhub-package-publish.yml
|
||||
# with:
|
||||
# dry_run: false
|
||||
# ref: ${{ needs.validate.outputs.tag_name }}
|
||||
# version: ${{ needs.validate.outputs.package_version }}
|
||||
# source_ref: refs/tags/${{ needs.validate.outputs.tag_name }}
|
||||
# secrets:
|
||||
# clawhub_token: ${{ secrets.CLAWHUB_TOKEN }}
|
||||
publish-clawhub:
|
||||
needs: validate
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
uses: ./.github/workflows/clawhub-package-publish.yml
|
||||
with:
|
||||
dry_run: false
|
||||
ref: ${{ needs.validate.outputs.tag_name }}
|
||||
version: ${{ needs.validate.outputs.package_version }}
|
||||
source_ref: refs/tags/${{ needs.validate.outputs.tag_name }}
|
||||
secrets:
|
||||
clawhub_token: ${{ secrets.CLAWHUB_TOKEN }}
|
||||
|
||||
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 OpenClaw contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
Loading…
Reference in New Issue
Block a user