Skip to content

Commit

Permalink
add 1.32 release branch sync (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Rickard <[email protected]>
  • Loading branch information
jeremyrickard authored Jan 2, 2025
1 parent e83f768 commit 088006d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ jobs:
source_branch: "release-1.31"
destination_branch: "release-1.31"
destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }} # optional, will override `SSH_PRIVATE_KEY`
- name: git-sync-release-1.32
uses: aks-lts/git-sync@main
with:
source_repo: "kubernetes/kubernetes"
destination_repo: "[email protected]:aks-lts/kubernetes.git"
source_branch: "release-1.32"
destination_branch: "release-1.32"
destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }} # optional, will override `SSH_PRIVATE_KEY`
- name: git-sync-tags #SHOULD WE RESTRICT TAGS?
uses: aks-lts/git-sync@main
with:
Expand Down

0 comments on commit 088006d

Please sign in to comment.