We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1687b10 commit 06540a2Copy full SHA for 06540a2
.github/workflows/deploy-docs.yml
@@ -10,12 +10,14 @@ on:
10
workflow_dispatch:
11
jobs:
12
dispatch:
13
- runs-on: blacksmith-2vcpu-ubuntu-2404
+ runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
steps:
17
- name: Trigger docs repo sync
18
uses: peter-evans/repository-dispatch@v4
19
with:
20
token: ${{ secrets.ALLHANDS_BOT_GITHUB_PAT }}
21
repository: All-Hands-AI/docs
- event-type: update-agent-sdk
22
+ event-type: update
23
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments