Skip to content

Move file

Move file #8

Workflow file for this run

name: Publish
on:
push:
branches: main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
repositories: subtree-target
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
- name: Mirror
run: git subtree -P subtree push https://github.com/Infinisil-s-Test-Organization/subtree-target main