-
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (32 loc) · 1.01 KB
/
subsplit.yaml
File metadata and controls
34 lines (32 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: "Sub split clients to their respective repositories"
on:
push:
branches:
- main
jobs:
publis_sub_splits:
concurrency: subsplit
runs-on: ubuntu-latest
name: Publish Sub-split
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: '0'
persist-credentials: 'false'
- uses: frankdejonge/use-github-token@1.1.0
with:
authentication: 'wyrihaximus:${{ secrets.SUBSPLIT_GITHUB_TOKEN }}'
user_name: 'Cees-Jan Kiewiet'
user_email: 'ceesjank@gmail.com'
- name: Cache splitsh-lite
id: splitsh-cache
uses: actions/cache@v4
with:
path: './.splitsh'
key: '${{ runner.os }}-splitsh-d-101'
- uses: frankdejonge/use-subsplit-publish@main
with:
source-branch: 'main'
config-path: './etc/config.subsplit-publish.json'
splitsh-path: './.splitsh/splitsh-lite'
splitsh-version: 'v1.0.1'