Skip to content

Commit f249c5c

Browse files
authored
Merge pull request #77 from arpitjain099/chore/declare-workflow-perms-1778777844-38
ci: declare contents:read on python-app workflow
2 parents a3177a9 + 6e4bb7f commit f249c5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [ main ]
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build-and-test:
1215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)