Skip to content

πŸ”„ synced file(s) with Sanyaku/apps (#115) #24

πŸ”„ synced file(s) with Sanyaku/apps (#115)

πŸ”„ synced file(s) with Sanyaku/apps (#115) #24

Workflow file for this run

name: File Sync
on:
push:
branches:
- main
jobs:
file_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@master
- name: Sync Files
uses: BetaHuhn/[email protected]
with:
GH_PAT: ${{ secrets.FILE_SYNC_GH_TOKEN }}