Skip to content

Commit e8f4cde

Browse files
Copilothifly81
andcommitted
Add explicit permissions to workflow for security
Co-authored-by: hifly81 <[email protected]>
1 parent 965c7a1 commit e8f4cde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-pdfs-on-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
generate-pdfs:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1012

1113
steps:
1214
- name: Checkout repository

0 commit comments

Comments
 (0)