This commit is contained in:
SrGooglo 2023-03-03 19:28:26 +00:00
commit deb608d1d1

24
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
merge-to-federated:
runs-on: ubuntu-latest
steps:
- name: Push changes to federated
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: '.'
destination-github-username: 'ragestudio'
destination-repository-name: 'comty-federated'
user-email: srgooglo@ragestudio.net
target-branch: main