fix: grant app token workflow dispatch access (#2861)

This commit is contained in:
Vincent Koc
2026-06-25 15:06:35 +08:00
committed by GitHub
parent 765ac64191
commit 3e6ad6b3b5
@@ -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: