Skip to content

Commit

Permalink
Update gh
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Aug 29, 2023
1 parent 6ff3b6e commit f91ae01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sync-to-sdk-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
git push origin sync-contracts-src
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: repo-sync/pull-request@v2
with:
token: ${{ secrets.XSIGNER_ACCESS_TOKEN }}
title: "Sync from contracts source repo"
body: "This PR is auto-generated by GitHub Action. Please review the changes."
branch: "sync-contracts-src"
base: "main"
source_branch: "sync-contracts-src"
destination_branch: "main"
github_token: ${{ secrets.XSIGNER_ACCESS_TOKEN }}
pr_title: "Sync from contracts source repo"
pr_body: "This PR is auto-generated by GitHub Action. Please review the changes."

0 comments on commit f91ae01

Please sign in to comment.