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 06ba3f7 commit d924fd7Copy full SHA for d924fd7
.github/workflows/documentation.yml
@@ -38,9 +38,9 @@ jobs:
38
tag: ${{ github.ref }}
39
40
- name: Trigger workflow in tibiadata-api-docs repo
41
- run: |
42
- curl -X POST \
43
- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
44
- -H "Accept: application/vnd.github.v3+json" \
45
- -d '{"ref":"main"}' \
46
- https://api.github.com/repos/TibiaData/tibiadata-api-docs/actions/workflows/update.yml/dispatches
+ uses: peter-evans/repository-dispatch@v2
+ with:
+ token: ${{ secrets.REPO_ACCESS_TOKEN }}
+ repository: TibiaData/tibiadata-api-docs
+ event-type: tibiadata-api-go-release
+ client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments