Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Pages

Pages #2459

Workflow file for this run

name: Pages
on:
push:
branches: main
schedule:
- cron: 55 * * * *
jobs:
Pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: '.'
target-directory: 'BTNScriptBC'
destination-github-username: 'Oniicyan'
destination-repository-name: 'Pages'