Skip to content

Commit

Permalink
Publishing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Dec 18, 2024
1 parent 888187e commit 59e2f0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-indexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger publish workflow
if: ${{ env.has_changes == 'true' }}
uses: ./.github/workflows/publish.yml
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/actions/workflows/publish.yml/dispatches \
-d '{"ref":"master"}'

0 comments on commit 59e2f0a

Please sign in to comment.