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:
parent
b7d91523cc
commit
639a6e78bb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-openclaw.yml
vendored
3
.github/workflows/build-openclaw.yml
vendored
|
|
@ -12,6 +12,9 @@ on:
|
||||||
- 'requirements.txt'
|
- 'requirements.txt'
|
||||||
- '*.example.yaml'
|
- '*.example.yaml'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue