Skip to content

Commit 898a27b

Browse files
committed
added required permission to the render workflow.
1 parent 6f28247 commit 898a27b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/render-cv.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Render CV (HTML + PDF)
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
push:

0 commit comments

Comments
 (0)