Skip to content

Sync to GitLab

Sync to GitLab #1

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
workflow_dispatch:
schedule:
- cron: '00 00 * * 1'
name: Sync to GitLab
jobs:
pkgdown:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
config:
- {pkg: 'aion'}
- {pkg: 'alkahest'}
- {pkg: 'ananke'}
- {pkg: 'arkhe'}
- {pkg: 'dimensio'}
- {pkg: 'folio'}
- {pkg: 'isopleuros'}
- {pkg: 'kairos'}
- {pkg: 'khroma'}
- {pkg: 'kinesis'}
- {pkg: 'nexus'}
- {pkg: 'tabula'}
- {pkg: 'tekton'}
- {pkg: 'tesselle'}
- {pkg: 'website'}
- {pkg: 'packages'}
- {pkg: 'analytics'}
- {pkg: 'hex'}
steps:
- name: Push
run: |

Check failure on line 37 in .github/workflows/sync.yaml

View workflow run for this annotation

GitHub Actions / Sync to GitLab

Invalid workflow file

The workflow is not valid. .github/workflows/sync.yaml (Line: 37, Col: 14): Unrecognized named-value: 'secret'. Located at position 1 within expression: secret. ACCESS_TOKEN
git clone https://github.com/tesselle/${{ matrix.config.pkg }} tmp && cd tmp
git remote add backup https://gitlab-ci-token:${{ secret. ACCESS_TOKEN}}@gitlab.huma-num.fr/tesselle/${{ matrix.config.pkg }}
git push -f backup main