Skip to content

Commit

Permalink
Update trigger-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Jan 29, 2024
1 parent ccce0ba commit c1ff00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1.1.1
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.BOT_TRIGGER_ROBOTOLOGY_DOCUMENTATION }}
repository: robotology/robotology-documentation
event-type: build_documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'


0 comments on commit c1ff00a

Please sign in to comment.