Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsmida committed Jun 4, 2024
1 parent f949776 commit a45ac89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-workflow-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Trigger remote workflow to update docs
run: |
repo_owner="GothenburgBitFactory"
repo_owner="mattsmida"
repo_name="ti.net"
event_type="update-docs"
version="${{ github.event.release.tag_name }}"
Expand All @@ -35,7 +35,7 @@ jobs:
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$repo_owner/$repo_name/dispatches \
-d "{\"event_type\": \"$event_type\", \"client_payload\": {\"version\": \"$version\", \"doc_filenames\": $formatted_doc_filenames, \"encoded_file_contents\": $formatted_encoded_file_contents}}"

0 comments on commit a45ac89

Please sign in to comment.