mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 08:52:21 +00:00
fix: grant app token workflow dispatch access (#2861)
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
||||
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
|
||||
owner: openclaw
|
||||
repositories: openclaw
|
||||
permission-actions: write
|
||||
|
||||
- uses: actions/create-github-app-token@v3
|
||||
id: app-token-fallback
|
||||
@@ -34,6 +35,7 @@ jobs:
|
||||
private-key: ${{ secrets.GH_APP_PRIVATE_KEY_FALLBACK }}
|
||||
owner: openclaw
|
||||
repositories: openclaw
|
||||
permission-actions: write
|
||||
|
||||
- name: Dispatch OpenClaw docs sync
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user