Skip to content

Instantly share code, notes, and snippets.

@PiotrPrus
Created November 5, 2021 08:46
Show Gist options
  • Save PiotrPrus/437133602dab705819c0cf0461d5796e to your computer and use it in GitHub Desktop.
Save PiotrPrus/437133602dab705819c0cf0461d5796e to your computer and use it in GitHub Desktop.
- name: Push directory to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'swiftpackage'
destination-github-username: 'piotrprus'
destination-repository-name: 'kmm-swift-packages'
user-email: prus.piotr@gmail.com
target-branch: main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment