Fix auth for subsplit on checkout-v2

This commit is contained in:
Ben Thomson 2020-06-11 13:21:47 +08:00
parent 78a6a6e126
commit 5d66b74378
No known key found for this signature in database
GPG Key ID: 8BDB18DD0909BE22
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.MAINTENANCE_TOKEN }}
- name: Split system module
run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/subsplit/git-subsplit.sh publish --debug --path="${GITHUB_WORKSPACE}" --heads="${GITHUB_REF/refs\/heads\//}" --no-tags modules/system:https://bennothommo:${{ secrets.MAINTENANCE_TOKEN }}@github.com/octoberrain/system.git
- name: Split backend module

View File

@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.MAINTENANCE_TOKEN }}
- name: Split system module
run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/subsplit/git-subsplit.sh publish --debug --path="${GITHUB_WORKSPACE}" --tags="${GITHUB_REF/refs\/tags\//}" --no-heads modules/system:https://bennothommo:${{ secrets.MAINTENANCE_TOKEN }}@github.com/octoberrain/system.git
- name: Split backend module