Skip to content

Commit 04003dc

Browse files
committed
update cv
1 parent b967c8c commit 04003dc

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Binary file not shown.

0 commit comments

Comments
 (0)