Skip to content

Commit b545b28

Browse files
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#16)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent a944b60 commit b545b28

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Draft PDF
22
on: [push]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
paper:
69
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)