chore: workflow
This commit is contained in:
10
.github/workflows/git-sync.yml
vendored
10
.github/workflows/git-sync.yml
vendored
@@ -11,3 +11,13 @@ jobs:
|
||||
destination_repo: "standardnotes/internal-app"
|
||||
destination_branch: "refs/heads/*"
|
||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.CI_PAT_TOKEN }}
|
||||
repository: standardnotes/internal-app
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.CI_PAT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user