Skip to content

Commit e0120da

Browse files
authored
Merge pull request #784 from arpitjain099/chore/declare-workflow-perms-readonly
ci: declare workflow-level `contents: read` on 1 workflows
2 parents fc55ee4 + 6ab44e2 commit e0120da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ on:
2222
branches:
2323
- main
2424

25+
permissions:
26+
contents: read
27+
2528
jobs:
2629
e2e-tests-nvidiadriver:
2730
runs-on: linux-amd64-cpu4

0 commit comments

Comments
 (0)