Skip to content

ci: restore the jwt-unsecured and jwt-rsa15 splits (#721) #137

ci: restore the jwt-unsecured and jwt-rsa15 splits (#721)

ci: restore the jwt-unsecured and jwt-rsa15 splits (#721) #137

Workflow file for this run

name: gitsplit
on:
push:
tags:
- '*'
branches:
- '*.*.x'
release:
types: [published]
workflow_dispatch:
jobs:
gitsplit:
runs-on: ubuntu-latest
steps:
- name: checkout
run: git clone https://github.com/web-token/jwt-framework /home/runner/work/web-token/jwt-framework && cd /home/runner/work/web-token/jwt-framework
- name: Split repositories
run: docker run --rm -t -e GH_TOKEN -v /cache/gitsplit:/cache/gitsplit -v /home/runner/work/web-token/jwt-framework:/srv jderusse/gitsplit gitsplit
env:
GH_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}