Skip to content

Commit

Permalink
Update CI sync mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jan 2, 2021
1 parent 9cbcf6b commit d79e0d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync snarkOS to Aleo Documentation
name: Sync snarkOS to Welcome Documentation

on:
push:
Expand All @@ -23,4 +23,4 @@ jobs:
-X POST \
-u "${{ secrets.SYNC_USERNAME }}:${{ secrets.SYNC_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/${{ secrets.SYNC_ORGANIZATION }}/${{ secrets.SYNC_APPLICATION }}/dispatches \
-d '{"event_type":"sync-snarkos-to-aleo-documentation", "client_payload": { "branch": "'"${GITHUB_REF#refs/heads/}"'" }}'
-d '{"event_type":"sync-snarkos-to-welcome-documentation", "client_payload": { "branch": "'"${GITHUB_REF#refs/heads/}"'" }}'

0 comments on commit d79e0d8

Please sign in to comment.