Files
vaultwarden-backup/.github/workflows/schedule.yml
T
dependabot[bot] 3a3114642b chore: bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 02:49:08 +00:00

19 lines
438 B
YAML

name: 'schedule'
on:
schedule:
- cron: '0 0,6,12,18 * * *'
jobs:
gitee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ttionya/Repository-Sync-Hub@v1
with:
target_repository: 'https://gitee.com/ttionya/vaultwarden-backup.git'
http_access_name: 'ttionya'
http_access_token: ${{ secrets.GITEE_HTTP_ACCESS_TOKEN }}