update ci actions

This commit is contained in:
SrGooglo 2023-03-03 19:36:57 +00:00
parent deb608d1d1
commit 6ad8bf0bb0

View File

@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: [ main ] branches: [ master ]
pull_request: pull_request:
branches: [ main ] branches: [ master ]
jobs: jobs:
merge-to-federated: merge-to-federated:
@ -15,10 +15,9 @@ jobs:
uses: cpina/github-action-push-to-another-repository@main uses: cpina/github-action-push-to-another-repository@main
env: env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with: with:
source-directory: '.' source-directory: '.'
destination-github-username: 'ragestudio' destination-github-username: 'ragestudio'
destination-repository-name: 'comty-federated' destination-repository-name: 'comty-federated'
user-email: srgooglo@ragestudio.net user-email: srgooglo@ragestudio.net
target-branch: main target-branch: master