Skip to content

Merge pull request #1559 from fayekelmith/feat/get-bounty-by-code #36

Merge pull request #1559 from fayekelmith/feat/get-bounty-by-code

Merge pull request #1559 from fayekelmith/feat/get-bounty-by-code #36

Workflow file for this run

name: Hive - Auto Sync
on:
push:
branches:
- master
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Call Swarm Sync Endpoint
run: |
curl -G "https://stakgraph.swarm38.sphinx.chat/sync" \
--header "Authorization: Bearer ${{ secrets.SWARM_API_KEY }}" \
-d '{"repo_url":"https://github.com/stakwork/sphinx-tribes-frontend"}'