diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 0000000..c5c697f --- /dev/null +++ b/.github/workflows/sync.yml @@ -0,0 +1,10 @@ +name: Cloud Sync + +on: + push: + +jobs: + sync: + uses: karmaniverous/gha-workflows/.github/workflows/cloud-sync.yml@main + secrets: + RCLONE_CONFIG: ${{ secrets.RCLONE_CONFIG }} diff --git a/README.md b/README.md index 8efb4a9..0e236c2 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ Got questions? [Start a discussion](https://github.com/karmaniverous/metastructu --- -Built with ❤️ on Bali! Find more great tools & templates on [my GitHub Profile](https://github.com/karmaniverous). +Built for you with ❤️ on Bali! Find more great tools & templates on [my GitHub Profile](https://github.com/karmaniverous).