Skip to content

feat: IAM auth token generator for RDS (#1851) #17

feat: IAM auth token generator for RDS (#1851)

feat: IAM auth token generator for RDS (#1851) #17

Workflow file for this run

name: Sync Mirror
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
git-sync:
if: github.repository == 'awslabs/aws-sdk-swift'
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: ${{ secrets.GIT_SYNC_SOURCE_REPO }}
source_branch: "main"
destination_repo: ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
destination_branch: "main"
destination_ssh_private_key: ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}