Switch to checkout-v1, v2 is doing something wrong with auth

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

View File

@ -11,10 +11,9 @@ jobs:
name: Split repositories
steps:
- name: Checkout history
uses: actions/checkout@v2
uses: actions/checkout@v1
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

@ -11,10 +11,9 @@ jobs:
name: Split repositories
steps:
- name: Checkout history
uses: actions/checkout@v2
uses: actions/checkout@v1
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