Skip to content

Commit

Permalink
feat: adding sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jul 2, 2024
1 parent 58f0b25 commit 4778fbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
git push https://github.com/novasamatech/subquery-nova.git sync-branch-${{ github.run_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

create-pr:
runs-on: ubuntu-latest
needs: sync
steps:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 4778fbc

Please sign in to comment.