Skip to content

Bump coursier/setup-action from 1 to 2 #77

Bump coursier/setup-action from 1 to 2

Bump coursier/setup-action from 1 to 2 #77

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_REPO_TOKEN }}