Skip to content

chore: bump snapshot version to 1.5.77-SNAPSHOT #256

chore: bump snapshot version to 1.5.77-SNAPSHOT

chore: bump snapshot version to 1.5.77-SNAPSHOT #256

Workflow file for this run

name: Sync Mirror
on:
push:
branches: [ main ]
workflow_dispatch:
permissions: { }
jobs:
git-sync:
# Only sync when pushing to source repo
if: github.repository == 'aws/aws-sdk-kotlin'
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/aws/aws-sdk-kotlin.git"
source_branch: "main"
destination_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/aws/private-aws-sdk-kotlin-staging.git"
destination_branch: "main"