Skip to content

Commit

Permalink
fix: Updating edocs-dynamic-sync.yml to use the new eDocs framework r…
Browse files Browse the repository at this point in the history
…epository (#1442)
  • Loading branch information
carmen279 authored Apr 12, 2024
1 parent a126d21 commit a7967fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edocs-dynamic-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl --request POST \
-u empathyco:${GITHUB_TOKEN} \
--header 'content-type: application/json' \
--url https://api.github.com/repos/empathyco/docs-empathy/actions/workflows/40134850/dispatches \
--url https://api.github.com/repos/empathyco/docs-framework/actions/workflows/93444504/dispatches \
--data '{"ref": "main", "inputs": {"branchName": "${{ env.BRANCH_NAME }}", "version": "${{ steps.package-version.outputs.current-version }}"}}'
env:
GITHUB_TOKEN: ${{ secrets.SUPPORT_TOKEN }}
Expand Down

0 comments on commit a7967fe

Please sign in to comment.