Skip to content

Commit 06540a2

Browse files
authored
update deploy-to-docs workflow (#788)
1 parent 1687b10 commit 06540a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ on:
1010
workflow_dispatch:
1111
jobs:
1212
dispatch:
13-
runs-on: blacksmith-2vcpu-ubuntu-2404
13+
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- name: Trigger docs repo sync
1618
uses: peter-evans/repository-dispatch@v4
1719
with:
1820
token: ${{ secrets.ALLHANDS_BOT_GITHUB_PAT }}
1921
repository: All-Hands-AI/docs
20-
event-type: update-agent-sdk
22+
event-type: update
2123
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)