From 59e2f0a86b0145a150b4c474bc0bce87ecea9f62 Mon Sep 17 00:00:00 2001 From: Marcelo Wiebbelling Date: Wed, 18 Dec 2024 20:10:59 +0100 Subject: [PATCH] Publishing changes --- .github/workflows/update-indexes.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-indexes.yml b/.github/workflows/update-indexes.yml index e30793d..04f4bed 100644 --- a/.github/workflows/update-indexes.yml +++ b/.github/workflows/update-indexes.yml @@ -41,4 +41,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Trigger publish workflow if: ${{ env.has_changes == 'true' }} - uses: ./.github/workflows/publish.yml \ No newline at end of file + 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"}' \ No newline at end of file