fix: grant write permission to build-openclaw CI workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
wangzhuc 2026-03-30 15:00:26 +08:00
parent b7d91523cc
commit 639a6e78bb

View file

@ -12,6 +12,9 @@ on:
- 'requirements.txt'
- '*.example.yaml'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest