Skip to content

Commit

Permalink
Update nitwikit-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanzisama authored Dec 24, 2024
1 parent 6205e67 commit eb01f3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nitwikit-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ jobs:
branch: main
# github_token: ${{ secrets.PAT_TOKEN }}
if: ${{ steps.status.outputs.status }}

- name: trigger deploy workflow
run: curl \
-X POST \
https://api.github.com/repos/${GITHUB_REPOSITORY}/actions/workflows/wiki-deploy.yml/dispatches \
-u ${{ secrets.PAT_TOKEN }} \
-d '{"ref":"$GITHUB_REF_NAME"}'

0 comments on commit eb01f3f

Please sign in to comment.