1 parent b967c8c commit 04003dcCopy full SHA for 04003dc
2 files changed
.github/workflows/template-sync.yml
@@ -0,0 +1,23 @@
1
+name: Sync from template
2
+on:
3
+ # automatically run at 00:00 on first of each month
4
+ schedule:
5
+ - cron: "0 0 1 * *"
6
+ # or run with manual trigger
7
+ workflow_dispatch:
8
+jobs:
9
+ repo-sync:
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ pull-requests: write
14
+ steps:
15
+ # to use this repository's private action must check out the repository
16
+ - name: Checkout
17
+ uses: actions/checkout@v4
18
+ - name: actions-template-sync
19
+ uses: AndreasAugustin/actions-template-sync@v1
20
+ with:
21
+ github_token: ${{ secrets.GITHUB_TOKEN }}
22
+ source_repo_path: alshedivat/al-folio
23
+ upstream_branch: master
assets/pdf/cv.pdf
-51.9 KB
0 commit comments